← Back to team overview

sikuli-driver team mailing list archive

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

 

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 center and taken
using the screenshot hotkey.

The area taken by the action center is useable like a normal region
visible on the screen.

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