Sep-09-2019, 09:26 PM
Hi, i ran this test script from guibot and was wondering if there is a way to speed up the mouse or just skip the move and just click on the found image?
I've searched google and tried to see if there is options in the configuration that i could change easy but came up empty.
Code below:
I've searched google and tried to see if there is options in the configuration that i could change easy but came up empty.
Code below:
1 2 3 4 5 6 7 8 9 10 11 |
import guibot from guibot.guibot_simple import * initialize() add_path(r 'C:\Users\me\Desktop\snaps' ) if exists( 'file32.jpg' ): click( 'file32.jpg' ) else : type_text( 'Shapes do not exist' ) |