[Sikuli-driver] [Question #699357]: How to react to a Windows 11 notification?

2021-11-04 Thread john
New question #699357 on SikuliX: https://answers.launchpad.net/sikuli/+question/699357 Is there a way to make SikuliX react when I get a Windows 11 notification from a specific app? I want to be able to detect whenever a new notification appears as a popup or silently in the "action center". Als

Re: [Sikuli-driver] [Question #699357]: How to react to a Windows 11 notification?

2021-11-04 Thread RaiMan
Question #699357 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699357 Status: Open => Answered RaiMan proposed the following answer: popups can be detected by using onAppear/observeInBackground. Acting on something, that is visible in the ActionCenter should be normal Si

Re: [Sikuli-driver] [Question #699357]: How to react to a Windows 11 notification?

2021-11-05 Thread RaiMan
Question #699357 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699357 RaiMan proposed the following answer: this worked for me: ac = SCREEN.bottomRight.offset(-20, -20) click(ac) wait(2) hover("someImage.png") wait(3) where "someImage.png" is an image visible in the action ce

Re: [Sikuli-driver] [Question #699357]: How to react to a Windows 11 notification?

2021-12-01 Thread Josh
Question #699357 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699357 Josh posted a new comment: Thanks for the clear steps, it worked for me too. https://shareitpro.com/ -- You received this question notification because your team Sikuli Drivers is an answer contact for Si

Re: [Sikuli-driver] [Question #699357]: How to react to a Windows 11 notification?

2021-12-03 Thread JeshD
Question #699357 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699357 JeshD posted a new comment: I had trouble finding "someImage.png," but I was able to locate it using these techniques, https://acmarket.buzz/ which worked for me as well. Thanks RaiMan, I'm a Sikuli user as