robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Safari will not start #204

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by john.gl... on 27 Sep 2011

This was filed against RIDE, however it appears not to be RIDE specific. What happens when you run a test with Firefox on OSX is that the test executes the browser comes up and hits google

I've attached the log for what happens when you run the same test with safari. I can see the selenium panel but the website will not come up.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 16 Oct 2011

We are on the mercy of the embedded Selenium version with regards to browser compatibility. There's nothing that we can do to support browser that are not supported by the Selenium version we are using.

Since the Selenium release cycle has sped up considerably, we might want to consider stopping distributing our own version of Selenium altogether, and require users to download it separately.