EdgeOptions options = new EdgeOptions();
options.setCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true);
options.addArguments("start-fullscreen");
driver = new EdgeDriver(options);
In latest Selenium, I do not have to give path for EdgeDriver as Selenium manager automatically should have picked the driver version which is compatible while executing.
However in my case it throws below error:
WARNING: There was an error managing msedgedriver (error sending request for url (https://msedgedriver.azureedge.net/LATEST_RELEASE_140_WINDOWS)); using driver found in the cache
When I tried to access the URL myself< I was not able to do so.
Please help.
Regards,
Mukul Kamat
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/selenium-users/a90c1b8d-f851-45d5-b1a6-8c9f7b55e076n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/selenium-users/4b72d6e5-371f-40e5-a462-2b2db86f09fen%40googlegroups.com.