I am using Webdriver 3.3.1 with Java. I am trying to disable the pop-up asking to save passwords. Based on search results I need to use ChromOptions.AddUserProfilePreference("","") However, there is no AddUserProfilePreference the only add method is addArguments.
I am using Eclipse Neon.2 and Java 1.8
Add the below chrome options:
With ChromeDriver 2.28 & Selenium 3.3.1, the following works: