Pycharm 无法用selenium 打开 Chrome浏览器 解决方案
用pytharm
from selenium import webdriver
browsr=webdriver.Chrome ()
无法打开浏览器,报错了,但是在命令模式下是没有问题,想想可能是chromedriver的问题,
把chromedriver放入了项目里面问题解决了
用pytharm
from selenium import webdriver
browsr=webdriver.Chrome ()
无法打开浏览器,报错了,但是在命令模式下是没有问题,想想可能是chromedriver的问题,
把chromedriver放入了项目里面问题解决了