6 ms·
Selenium can definitely run tests in multiple windows. You can open multiple tabs within the same browser window, or you can create multiple WebDriver instance
by symaxian 4y ago
Selenium can definitely run tests in multiple windows.
You can open multiple tabs within the same browser window, or you can create multiple WebDriver instances for multiple windows.
- cebert 4y agoFair point. Cypress cannot, the initiator of this comment thread context asked what Selenium can’t do that Playwright can, but my brain misred this as “Cypress”. Sorry about that.