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
I am working on an in-browser/webdriver hybrid testing method. This requires exposing a WebDriver API from the test server for each browser. From within the test, I need to know which of those WebDriver sessions to connect to (if running with multiple platforms simultaneously).
My current idea is to make the session id match up with the platform id. Then if I could grab the platform id in the test, I could create the correct webdriver client object.
The text was updated successfully, but these errors were encountered:
I am working on an in-browser/webdriver hybrid testing method. This requires exposing a WebDriver API from the test server for each browser. From within the test, I need to know which of those WebDriver sessions to connect to (if running with multiple platforms simultaneously).
My current idea is to make the session id match up with the platform id. Then if I could grab the platform id in the test, I could create the correct webdriver client object.
The text was updated successfully, but these errors were encountered: