safaridriver - selenium 3.0 webdriver for safari 10 on windows -


i using selenium server 3.53 , using safari browser version (5.1). when try open browser using selenium on windows 10 machine, got below error message.

("exception in thread "main" org.openqa.selenium.webdriverexception: safaridriver requires safari 10 running on osx el capitan or greater.")

can 1 me how install safari 10 on windows 10 machine or there alternate way tun safari using selenium?

i think use updated safaridriver , browser

for info

to use apple's safaridriver, need upgrade el capitan , safari 10. use long deprecated legacy safaridriver, need downgrade selenium 2.x.

read link: https://github.com/seleniumhq/selenium/issues/3359


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -