Skip to content

Instantly share code, notes, and snippets.

@bancek
Last active June 28, 2018 15:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bancek/9dd08ddf7e60388b95b701a2dfce0b53 to your computer and use it in GitHub Desktop.
Save bancek/9dd08ddf7e60388b95b701a2dfce0b53 to your computer and use it in GitHub Desktop.
Selenim WebDriver Chromedriver disable saving passwords (password_manager_enabled)
{
"chromeOptions": {
"prefs": {
"credentials_enable_service": false,
"profile.password_manager_enabled": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment