Forum Discussion
AlejHerrBar2003
Oct 09, 2023Copper Contributor
URGENT: Edge Canary just crashes at least 2 min after opening
Since at least Friday and continuing in the version that the browser updated to as of making this post (119.0.2150.0), Edge Canary is prone to crash no matter what after opening for a period of at le...
utk787
Oct 25, 2023Copper Contributor
I am also facing this issue on Edge beta 119.0.2151.24 while running Test suite with Selenium. Any work around for Selenium ?
- IndianCodeMasterOct 25, 2023Copper Contributor
As workaround for Selenium, try to exclude the following OpenQA.Selenium.Chrome.ChromeOptions: "disable-sync":
options.AddExcludedArgument("disable-sync");
- utk787Oct 26, 2023Copper Contributor
IndianCodeMaster Thanks a ton, that solved the issue,
For anyone else looking for a solution you need to add below line for javaedgeOptions.setExperimentalOption("excludeSwitches",Collections.singletonList("disable-sync"));
- utk787Oct 25, 2023Copper ContributorI am not seeing any Copilot option , I am on macOS Ventura