Reputation: 353
I need to do this:
Is there any way to force browsers ( ff/ie/chrome) to "don't" save any history or usr/pwd , etc? I'm using webdriver 2.41 ina a grid environment using TestNG and Java.
Upvotes: 1
Views: 65
Reputation: 2724
There is a property called ensureCleanSession in the DesiredCapablity profile. For more details please visit this official doc.
I have used this with IE alone. Please read through the doc for other browser supports.
Upvotes: 1