How to switch tabs in a test with Python-Behave?
Hi Brettm,
To switch tabs in a test with Python-Behave, use the below syntax:
driver.switch_to.new_window('tab')
How to switch tabs in a test with Python-Behave?
Hi Brettm,
To switch tabs in a test with Python-Behave, use the below syntax:
driver.switch_to.new_window('tab')