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 see the following error below on the above page.
{"value":{"error":"session not created","message":"Session is already started","stacktrace":""}}
But chromedriver does allow multiple sessions. Why geckodriver does not allow multiple sessions. How to make geckodriver allow multiple sessions without using multiple ports?
System
Version: not relevant
Platform: not relevant
Firefox: not relevant
Selenium: not relevant
Testcase
not relevant
Stacktrace
not relevant
Trace-level log
not relevant
The text was updated successfully, but these errors were encountered:
geckodriver is WebDriver specification conformant, which defines that there can only be a single WebDriver HTTP session active. Internally it doesn't act as a proxy supporting multiplexing. As such you will have to start dedicated geckodriver instances for each and every job you want to run.
https://www.autoitscript.com/forum/topic/192730-webdriver-udf-help-support/page/15/
I see the following error below on the above page.
{"value":{"error":"session not created","message":"Session is already started","stacktrace":""}}
But chromedriver does allow multiple sessions. Why geckodriver does not allow multiple sessions. How to make geckodriver allow multiple sessions without using multiple ports?
System
Testcase
not relevant
Stacktrace
not relevant
Trace-level log
not relevant
The text was updated successfully, but these errors were encountered: