Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Set up Edge WebDriver

    Posted in procedures on 5 July 2018 by vectordesign

     

    1. Find your win10 release
      1. Win + R. Open up the run command with the Win + R key combo.
      2. locate the release in the pop up
    2. navigate to Microsoft WebDriver official page
      1. find the matching version
    3. download the web driver corresponding to your build
    4. set WebDriver in your path
      1. System.setProperty("webdriver.edge.driver", "{PathToDriver}/MicrosoftWebDriver.exe");
    5. done

     

     

    One thought on "Set up Edge WebDriver"