saucelabs 是否支持在一次测试中使用多个驱动程序

Does saucelabs support multiple driver in one test

我想测试并发访问,所以我需要一个测试来编写带有 2 个客户端的测试(也就是 selenium 中的驱动程序)。 saucelabs 是否支持在一次测试中使用多个驱动程序?

如果是,视频和屏幕截图中将显示哪一个?

SauceLabs 支持给了我回复:

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