You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Run the example test
2. See selenium server logs
What is the expected output? What do you see instead?
No exceptions in the log. Actually I see exception on getting session
capabilities request. See
http://code.google.com/p/selenium/issues/detail?id=2091
What version of the product are you using? On what operating system?
webdriver-bindings-1.0.zip Yii extension on Linux with Selenium server 2.1.
It looks like a bug on selenium server side. Or may be it only happens for
specific version of browser, but here's how we can avoid this erro if when
creating the new session we don't allow curl to follow redirects:
public function connect($browserName="firefox", $version="", $caps=array()) {
...
Original issue reported on code.google.com by
[email protected]
on 20 Jul 2011 at 12:24The text was updated successfully, but these errors were encountered: