service_args = ['--cookies-file=C:\\cookie\\cookies.txt']
driver = webdriver.PhantomJS(executable_path='Z:\\Win7\\python\\phantomjs-2.1.1-windows\\bin\\phantomjs.exe',service_args=service_args)
这是我的代码。我想在phantomJS中启用cookiesfile。但它不起作用。在cookie文件夹中没有文件。
答案 0 :(得分:1)
当PhantomJS使用--webdriver选项启动时,确实不会创建Cookie文件。似乎这是一个已知的错误:https://github.com/SeleniumHQ/selenium/issues/1911