← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #660807]: Unable to click Yes button on Install sheild wizard popup

 

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

Description changed to:
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

And i have run all these tests as Administrator

Please help

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