disabling Cookies on phantomjs using selenium with python [closed]

和自甴很熟 提交于 2019-12-25 06:14:30

问题


I have searched for long time but I could not find how to disable cookies for phantomjs using selenium with python . I couldn't understand the documentation of phantomjs.Please someone help me.


回答1:


Documentation suggests this driver.cookies_enabled = False, you can use it.



来源:https://stackoverflow.com/questions/33514313/disabling-cookies-on-phantomjs-using-selenium-with-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!