标签: selenium-webdriver phantomjs
我是Web爬网的新手,我想使用PhantomJS在Mac上运行我的Web爬网代码。我收到以下错误-“ webdriverexception:'bin'可执行文件可能具有错误的权限”。代码的前两行如下:
DRIVER_PATH = '/Users/mypc/Downloads/phantomjs-2.1.1-macosx/bin' driver = webdriver.PhantomJS(executable_path=DRIVER_PATH)
有人可以提出解决方案吗?