打开新选项卡不能与selenium + python3一起使用

时间:2016-03-17 07:37:29

标签: python-3.x selenium-webdriver selenium-chromedriver

我在脚本中使用了以下行来打开新标签页。 但它现在没有用。

body = driver.find_element_by_tag_name("body")
body.send_keys(Keys.CONTROL + 't')

有人可以帮助我。

使用的浏览器:Chrome

1 个答案:

答案 0 :(得分:0)

请尝试以下方法: -

@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)

希望它会对你有所帮助:)。