This project contains the files that are part of the Microsoft WebDriver chocolatey package.
While the Microsoft Edge WebDriver downloads are available in https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/, it's very common to end up using a wrong version. Even more, starting with the next release of Windows 10 Microsoft WebDriver will be an optional capability of the OS. The chocolatey package automatically installs the right version of WebDriver based on the Windows 10 build number. Only stable versions of Windows 10 are supported prior to build 17134.
To test this package locally you will need to:
- Install Chocolatey
- Open an elevated PowerShell window
- From the root of the project, execute
choco pack
- Then run
choco install microsoftwebdriver -dv -s .
For more information you can check the Chocolatey documentation
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.