admin管理员组

文章数量:1130349

from selenium.webdriver import Chrome

chrome=Chrome(executable_path='C:\Program Files\Google\Chrome\Application\chrome.exe')

能打开浏览器但是加上

chrome.get("https://www.baidu")无法打开百度网站

有没有大佬能看一下

from selenium.webdriver import Chrome

chrome=Chrome(executable_path='C:\Program Files\Google\Chrome\Application\chrome.exe')

能打开浏览器但是加上

chrome.get("https://www.baidu")无法打开百度网站

有没有大佬能看一下

本文标签: 打开网页打开浏览器测试selenium