We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
直接用的文档案例里的代码 进阶使用-和其他项目对接:
from DrissionPage.common import from_selenium from selenium.webdriver import Chrome # 创建WebDriver对象 driver = Chrome() # 从该WebDriver对象创建ChromiumPage对象 page = from_selenium(driver) # 用ChromiumPage对象操作浏览器 page.get('http://www.DrissionPage.cn')
主要包版本如下: selenium=4.28.0 requests=2.32.3 DrissionPage=4.1.0.17
执行后,报错:
page.get('http://www.DrissionPage.cn') ^^^^^^^^ AttributeError: 'Chromium' object has no attribute 'get'. Did you mean: 'set'?
Google Chrome - 版本 132.0.6834.110(正式版本) (64 位) Window 11 64位
The text was updated successfully, but these errors were encountered:
@foloey, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
I-issue-template
If the issue is a question, add the I-question label.
I-question
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
help wanted
After troubleshooting the issue, please add the R-awaiting answer label.
R-awaiting answer
Thank you!
Sorry, something went wrong.
No branches or pull requests
What happened?
直接用的文档案例里的代码 进阶使用-和其他项目对接:
主要包版本如下:
selenium=4.28.0
requests=2.32.3
DrissionPage=4.1.0.17
执行后,报错:
What browsers and operating systems are you seeing the problem on?
Google Chrome - 版本 132.0.6834.110(正式版本) (64 位)
Window 11 64位
The text was updated successfully, but these errors were encountered: