提问人:Breno 提问时间:11/8/2023 更新时间:11/8/2023 访问量:6
Webdriver 不打开 Chrome 浏览器,它会打开和关闭 Edge
Webdriver Does not open the Chrome browser, it opens and closes Edge
问:
您好,我正在使用此代码,但是当您打开浏览器时,它会打开 Edge 并自动关闭。
我想打开 Chrome
导入 Pandas 作为 Pad 导入时间
从 Selenium 导入 web驱动程序 从 selenium.webdriver.chrome.service 导入服务 从 selenium.webdriver.common.by 导入 By
服务 = 服务()
options = webdriver。Chrome选项() options.add_argument(“--start-maximized”)
驱动程序 = web驱动程序。Chrome(service=service, options=options)
url='https://books.toscrape.com/'
driver.get(网址)
导入 Pandas 作为 Pad 导入时间
从 Selenium 导入 web驱动程序 从 selenium.webdriver.chrome.service 导入服务 从 selenium.webdriver.common.by 导入 By
服务 = 服务()
options = webdriver。Chrome选项() options.add_argument(“--start-maximized”)
驱动程序 = web驱动程序。Chrome(service=service, options=options)
url='https://books.toscrape.com/'
driver.get(网址)
答: 暂无答案
评论