Safari driver throwing error "Allow Remote Automation".
I have already enabled in main safari window but when executing the selenium test it throws the same exception again and again.
Thanks in advance.
Safari driver throwing error "Allow Remote Automation".
I have already enabled in main safari window but when executing the selenium test it throws the same exception again and again.
Thanks in advance.
You can try by running this command in your terminal to allow subsequent Webdriver sessions without further authentication
sudo /usr/bin/safaridriver --enable
Please know you would need sudo access on the machine.