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
On our CI server we use Selenium grid 2.35 + remotewebdriver using ChromeDriver (2.3) & IEServerDriver : this combination works as expected
Locally we use directly the Chromedriver (2.3) or IEServerDrivers . In this case the functionality of the API is broken. The URL to be launched from the test is not opened by the browser.. Since php-webdriver 1.12.0 this is broken. Reverting to 1.11.0 solves the issue ... I suspect this had to do with the changed sessionId handling introduced in Selenium 2.35 ?
The text was updated successfully, but these errors were encountered:
We have 2 setups for our UI testing :
The text was updated successfully, but these errors were encountered: