0

i am using sikuli along with selenium ... with latest selenium 3.0.1 safaridriver, user interations are disabled and it throws popup window "This safari window is remotely controlled by an automated test".

Any idea on how to disable that pop-up window or perform sikuli interactions based on image like click in safari browser?

vinod
  • 101
  • 8
  • 1
    Maybe this will help? https://sites.google.com/site/appleclubfhs/support/advice-and-articles/browser-popup-hijack-safari – Eugene S Oct 24 '16 at 00:41

2 Answers2

1

https://webkit.org/blog/6900/webdriver-support-in-safari-10/

Is this the popup you are seeing?

enter image description here

If so it may not yet be possible to use Sikuli against Safari 10+. The article linked above explains what is happening and why.

pmneve
  • 596
  • 1
  • 5
  • 18
0

Did you remember to got into Develop and Allow Remote Automation?

enter image description here

CosetteN
  • 347
  • 1
  • 7
  • 18