File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,12 @@ async def mouse_down(
110110 the offset specified and it must be within the visible area of the screen.
111111
112112 Args:
113- selector: A widget or selector that should be used as the reference
113+ selector: A widget or selector used as an origin
114114 for the event offset. If this is not specified, the offset is interpreted
115115 relative to the screen. You can use this parameter to try to target a
116116 specific widget. However, if the widget is currently hidden or obscured by
117117 another widget, the event may not land on the widget you specified.
118- offset: The offset for the event. The offset is relative to the selector
118+ offset: The offset for the event. The offset is relative to the selector / widget
119119 provided or to the screen, if no selector is provided.
120120 shift: Simulate the event with the shift key held down.
121121 meta: Simulate the event with the meta key held down.
You can’t perform that action at this time.
0 commit comments