0

I want to test concurrent access, so I need a test to write tests with 2 clients (aka driver in selenium). Does saucelabs support multiple driver in one test ?

If yes, which one will be display on video and screenshot ?

Yann Moisan
  • 8,161
  • 8
  • 47
  • 91

1 Answers1

0

The SauceLabs support gave me the response :

Unfortunately, it would not be possible to run two instances of RemoteWebDriver on a single test. I am not sure if this would help in what you are trying to accomplish, but perhaps switching browser tabs in your test might be useful. Here is a Stack Overflow link I found that may be helpful: switch tabs using Selenium WebDriver with Java

Community
  • 1
  • 1
Yann Moisan
  • 8,161
  • 8
  • 47
  • 91