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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Hi everyone,
Me and my team are developing client 2 client web application, and i would like to make e2e tests for it.
I have 2 PC's that run webdriver each, i managed to run tests via separate config files (by changing seleniumAddress), but not together (in the same test file).
Is there a way to control both webdrivers in the same test?
Maybe pause the current webdriver (so the 1st client's browser won't close) and change seleniumAddress to control the 2nd one in the middle of the test?
Or maybe adding an option to configure multiple webdrivers (browser1, browser2...?)?
Thanks,
Nabil
The text was updated successfully, but these errors were encountered:
Hi everyone,
Me and my team are developing client 2 client web application, and i would like to make e2e tests for it.
I have 2 PC's that run webdriver each, i managed to run tests via separate config files (by changing seleniumAddress), but not together (in the same test file).
Is there a way to control both webdrivers in the same test?
Maybe pause the current webdriver (so the 1st client's browser won't close) and change seleniumAddress to control the 2nd one in the middle of the test?
Or maybe adding an option to configure multiple webdrivers (browser1, browser2...?)?
Thanks,
Nabil
The text was updated successfully, but these errors were encountered: