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.
Asked
Active
Viewed 737 times
1 Answers
4
Documentation suggests this driver.cookies_enabled = False
, you can use it.

Mesut GUNES
- 7,089
- 2
- 32
- 49
-
Sorry i couldnt upvote you – user252718 Nov 04 '15 at 08:46
-
Thanks for the help though – user252718 Nov 04 '15 at 08:46
-
1@user252718 you are welcome. Hope later you will do. – Mesut GUNES Nov 04 '15 at 08:48
-
Sure but do mean that we should use it like in desired capabilities or a normal command – user252718 Nov 04 '15 at 09:03
-
Just a command, not capabilities – Mesut GUNES Nov 04 '15 at 09:05