As the blog post explains: This is by intention, to block users or other automations running in parallel, to interact with the browser window during the selenium test, which might change the state of the browser in a way, that is not intended.
So if you want to click with SikuliX in this scenario, you have to translate the coordinates towards Selenium and use the Selenium click feature. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1742741 Title: Selenium: Webdriver: Safari 10 "glass pane" blocks sikuli to click Status in Sikuli: Opinion Bug description: I use sikuli and selenium framework for testing My script is using selenium for clicking on web elements and sikuli for clicking on images (iframe) Script is running just fine on other browsers. But On newest safari "glass pane" is blocking execution. https://webkit.org/blog/6900/webdriver-support-in-safari-10/ It seams that apple will not disable this functionality. So i was wondering if there is a way that safari recognize sikuli as automation software? Thanks, Niksa To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1742741/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

