-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JS bindings for Microsoft's Edge browser
Add a base set of capabilities for Microsoft's Edge browser Add 'EDGE' property to webdriver.Browser object. Add 'edge' method to webdriver.Capabilities object. Add edge.js to javascript/node/selenium-webdriver directory Add Edge-specific Options class Add Edge-specific ServiceBuilder class Add an Edge-specific ServiceBuilder class that manages the Edge WebDriver server in a child process. Add a WebDriver client for Microsoft's Edge browser Add license header to edge.js Add Edge-specific properties and methods to the Builder class * Create WebDriver client when the Edge browser is specified. * Add edgeOptions property and setEdgeOptions method. Update README.md & CHANGES.md Signed-off-by: Jason Leyba <[email protected]>
- Loading branch information
Showing
5 changed files
with
418 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.