SOLVED

Chromium Edge automation with selenium (best practice)

Copper Contributor

Hi Guys,

 

since ChromiumEdge is now available as a canary and a dev version I am also all to curious about how selenium will come into play as it is basically a chromium browser. What webdriver will people use? Is it the edge driver or the chrome driver or a completely new one? 

 

Also how far off will be automating ChromiumEdge when it comes to coding best practises?

 

Hopefully this is a good start for a thought.

 

Greets,

40 Replies

@PraveenRaj13 did you try this?

 

 options.AddUserProfilePreference("credentials_enable_service", false);
 options.AddUserProfilePreference("profile.password_manager_enabled", false);

-John