python之selenium库的webdriver.phantomjs()遇到的坑
问题:
warnings.warn('Selenium support for PhantomJS has been deprecated, please use headless ’
解决办法
因为新版本不支持phantom.js,卸载selenium后,装个低版本的selenium,我装的是2.48.0
问题:
module ‘selenium.webdriver’ has no attrib...
原创
2019-09-29 08:12:49 ·
9134 阅读 ·
0 评论