Skip to content

Commit 373f9fe

Browse files
committed
updated readme
1 parent 8589e7f commit 373f9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ desktop.middle_click()
176176
desktop.scroll(10) # Scroll by the amount. Positive for up, negative for down.
177177
desktop.mouse_move(100, 200) # Move to x, y coordinates
178178
desktop.drag((100, 100), (200, 200)) # Drag using the mouse
179-
desktop.mouse_down("left") # Press the mouse button
180-
desktop.mouse_up("left") # Release the mouse button
179+
desktop.mouse_press("left") # Press the mouse button
180+
desktop.mouse_release("left") # Release the mouse button
181181
```
182182

183183
**JavaScript**

0 commit comments

Comments
 (0)