New question #660807 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660807

Hi , 

I am using Sikuli to install and uninstall my desktop application from Control 
panel
I Navigate to control panel  Click on my application , Click on Uninstall button

On clicking Uninstall button , a window with YES and NO buttons is displayed . 
I have tried multiple approaches but none of them seem to work

Approach 1 :

click (image1) 

Sikuli clicks as shown in logs , but in reality nothing happens


Approach 2:
hover(image)
click(image) or click (image - Capture a larger region and apply Target offset)

Nothing happens

Approach 3:

#As the button is already in focus

type(Key.ENTER)

No use


However approach 1 & 2 work fine when i run the script from remote , But  on my 
local i do not understand why i cannot click on the Yes button

Please help

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to