Re: [Sikuli-driver] [Question #701798]: Button fails to activate

2022-05-30 Thread Launchpad Janitor
Question #701798 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/701798

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
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


[Sikuli-driver] [Question #701798]: Button fails to activate

2022-05-14 Thread dmd6x
New question #701798 on SikuliX:
https://answers.launchpad.net/sikuli/+question/701798

I am new to Sikuli and programming.  I am trying to write a script to automate 
installing multiple programs on company / corporate computers.  Following the 
successful install of a program, the corporate script (which auto runs on the 
corporate image when you install a program from the software center) generates 
a popup letting you know that program X was installed successfully.  This popup 
has an OK button, that I am unable to get my Sikuli script to click.  

When you manually hover over the button, it's background color changes, and the 
button "activates".  No matter what I do in Sikuli, I can not seem to get the 
button to activate as part of my script.  I am able to get Sikuli to 
successfully hover over the button, but the automated hovering in Sikuli does 
not activate the button...the button only "activates" (changes background 
color) the moment my script completes (tested with hover(button), wait(5)... 
and the button color changes when the script is finished / after 5 seconds, 
with no further mouse movement).  I've tried click, doubleClick, mouseMove, 
hover, various combinations of wait, mouseDown/wait/mouseUp, etc...none of 
which work without the button "activated".  Thanks in advance!

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

___
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