How to switch tabs in a test with Python-UnitTest?
Hey Brettm,
To switch tabs in a test with Python-UnitTest, you can try this syntax below:
driver.switch_to.new_window('tab')
How to switch tabs in a test with Python-UnitTest?
Hey Brettm,
To switch tabs in a test with Python-UnitTest, you can try this syntax below:
driver.switch_to.new_window('tab')