Skip to content

Commit

Permalink
Removing support from IE driver for "desiredCapabilities"
Browse files Browse the repository at this point in the history
The W3C WebDriver Specification does not recognize any property in the
payload for the new session command other than "capabilities". The IE
driver has long supported the presence of "desiredCapabilities" as a
fallback for older, obsolete language bindings. Now that we are in the
process of creating the Selenium 4.0 language bindings, this legacy
compatibility should no longer be necessary.

Also, this commit includes some long-overdue code formatting for the
new session command handler. These changes are cosmetic only, and
do not alter functionality.
  • Loading branch information
jimevans committed May 10, 2019
1 parent 38d5e44 commit fe26c37
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 69 deletions.
Loading

0 comments on commit fe26c37

Please sign in to comment.