Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97813

Selenium for Edge in Build 18362 or higher

$
0
0

I am having a difficult time with the webdriver for Edge. I know that the driver is installed via the command DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0. But what is the next step after this? Here is my code in Java so far:

System.setProperty("webdriver.edge.driver", "[I don't know the path of the install]");
        @SuppressWarnings("deprecation")
        WebDriver driverEdge = new EdgeDriver(options);
        driverEdge.get("https://www.google.com/");

Viewing all articles
Browse latest Browse all 97813

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>