热门

最新

红包

立Flag

投票

同城

我的

发布
qq_69748833
向着五星的方向
3 年前
trueqq_69748833

大家可以看一看欧
http://t.csdn.cn/7mYcQ

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
selenium 不用安装驱动打开浏览器方式 from selenium import webdriverfrom selenium.webdriver.chrome.service import Service as ChromeServicefrom webdriver_manager.chrome import ChromeDriverManagerservice = ChromeService(executable_path=ChromeDriverManager().install())driver = webdriver.Chrome(service=service)driver.get("https://www.baidu.com")lists = driver.get_log("performance")print(lists)driver.quit()
立即登录