Disabling Cookies On Phantomjs Using Selenium With Python
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 som
Solution 1:
Documentation suggests this driver.cookies_enabled = False
, you can use it.
Post a Comment for "Disabling Cookies On Phantomjs Using Selenium With Python"