Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

mouse module for python

# drag from (0, 0) to (100, 100) relatively with a duration of 0.1s
mouse.drag(0, 0, 100, 100, absolute=False, duration=0.1)
Source by www.thepythoncode.com #
 
PREVIOUS NEXT
Tagged: #mouse #module #python
ADD COMMENT
Topic
Name
2+9 =