Python Selenium
2020年7月27日 星期一
How to open new tab in Chrome with Selenium-chromeDriver in Python
This works for chrome-
driver
.
execute_script
(
"window.open('https://www.google.com');"
)
from :
https://stackoverflow.com/questions/35208342/how-to-open-new-tab-in-chrome-with-selenium-chromedriver-in-python
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言