-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
We have a test where we need to open 3 parallel sessions, which I tried to do using open_new_window(:window)
and a driver configuring a remote Chrome (running in docker) in incognito mode (which I was wrongly supposing it would prevent windows to share session cookies).
I tried to use chrome profiles and wanted to open each window with a different profile, but I couldn't make it working because the test execution hangs when Capybara tries to open a new window (therefore it tries to create a new session on Selenium Grid).
When I kill the test, selenium takes the request and open the new Chrome window but it's too late.
Is there a way to open isolated windows with Capybara and Selenium?
Metadata
Metadata
Assignees
Labels
No labels