Skip to content
Advertisement

How do I disable Cookies on Selenium Chrome?

I have been looking around stackoverflow and I cannot find a solution to this. The solutions I did find were apparently old.

JavaScript

This is the error I get

JavaScript

My code:

JavaScript

Advertisement

Answer

Everything looks okay, but the error says chromedriver' executable needs to be in PATH , right ?

Which means instead of :

JavaScript

you need to do this :

JavaScript

should work for you.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement