python_安装PhantomJS遇到的问题_ Message: 'phantomjs' executable needs to be in PATH. _UserWarning: Selenium
最近学习PhantomJS,已经成功下载并安装了phantomjs后在pycharm中尝试使用selenium+PhantomJS还是出了问题PhantomJS(已安装,将bin文件的路径添加到系统变量):代码如下fromseleniumimportwebdriverbrowser=webdriver.PhantomJS()browser.get('https://www.baidu.com')p