vinod
vinod

Reputation: 101

How to use sikuli with latest apple safari driver

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?

Upvotes: 0

Views: 711

Answers (2)

pmneve
pmneve

Reputation: 616

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.

Upvotes: 1

CosetteN
CosetteN

Reputation: 356

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

enter image description here

Upvotes: 0

Related Questions