Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法开新的标签页,发送新的url请求(使用以下两种方式),不支持js代码? #2027

Open
Zeus7100 opened this issue Sep 24, 2024 · 0 comments

Comments

@Zeus7100
Copy link

打开新标签页

driver.execute_script("window.open('https://www.google.com', '_blank');")

或者使用 Command+t 打开新标签页(MacOS)

driver.find_element(By.TAG_NAME, "body").send_keys(Keys.COMMAND + "t")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant