switch_to_driver(driver)
/ switch_to_default_driver()
didn't switch the CDP Mode driver
#3465
Labels
switch_to_driver(driver)
/ switch_to_default_driver()
didn't switch the CDP Mode driver
#3465
switch_to_driver(driver)
/switch_to_default_driver()
didn't switch the CDP Mode driverThose methods can be used when using multiple drivers in the same script in order to switch control between drivers.
They are working normally in regular mode, but not in CDP Mode.
Here's a simple example that reproduces the issue:
Expected output:
Actual output:
It failed on this line:
sb.assert_url_contains("demo_page")
The text was updated successfully, but these errors were encountered: