foloey

Results 1 issues of foloey

### What happened? 直接用的文档案例里的代码 [进阶使用-和其他项目对接](https://drissionpage.cn/advance/docking): ```python 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...

bug
needs-triaging