What are you trying to achieve?
I am want to avoid the prompt for saving username and password when logging in, so I am trying to find a way of setting the credentials_enable_service option for the ChromeDriver in Selenium. See this example. Example in javascript.
What do you get instead?
I am unable to find any information on this.