Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Selenium Python 绑定,是否可以与创建实例RemoteWebDriver分开启动服务器?webdriver.Remote这样做的目的是节省重复启动和停止服务器所花费的时间,而我真正需要的只是客户端的新实例。(这可以通过 ChromeDriver 实现。)
RemoteWebDriver
webdriver.Remote
服务器独立启动。创建实例webdriver.Remote不会启动服务器。