Chromium Code Reviews
DescriptionUpdate ChromeDriver to accept W3C format InitSession
W3C spec on WebDriver uses alwaysMatch and firstMatch under capabilities
to specify required and desired capabilities. (See
https://w3c.github.io/webdriver/webdriver-spec.html#processing-capabilities
for details.) This CL is the first step towards making ChromeDriver
compliant to this spec. It adds support for capabilities.alwaysMatch, and
removes the existing experimental chromeOptions.w3c flag. Support for
capabilities.firstMatch will be added in the near future.
BUG=chromedriver:1740
Review-Url: https://codereview.chromium.org/2776313003
Cr-Commit-Position: refs/heads/master@{#460451}
Committed: https://chromium.googlesource.com/chromium/src/+/1c59cb32b65444780200c5147fe3d53d4b03ac37
Patch Set 1 #
Total comments: 3
Patch Set 2 : Require chromeOptions.w3c to turn on w3c mode #
Total comments: 2
Patch Set 3 : Fix comment #Patch Set 4 : Disallow using W3C format without setting W3C option flag #
Total comments: 5
Patch Set 5 : Update exception type, code formatting, and comments #
Messages
Total messages: 16 (6 generated)
|
|||||||||||||||||||||||||||||||||||||