HTML JavaScript Shell
Latest commit 9b17a13 Mar 30, 2017 @jugglinmike jugglinmike committed with shs96c Re-phrase language for branching logic
In the phrase, "the first matching user prompt handler," the word
"first" may be interpreted in one of two ways:

1. There are multiple user prompt handlers from which the match may draw
2. There are multiple matching options in the list that follows

The first interpretation is incorrect because a session has exactly one
value for the user prompt handler. The second interpretation is also
incorrect because the available options are mutually exclusive (so
their sequence does not matter).

Re-phrase the language to avoid this ambiguity, borrowing verbiage from
the "close the session" algorithm as currently defined in the
specification.

README.md

W3C WebDriver Specification Build Status

This repository contains the ongoing work on the W3C specification for the browser automation protocol known as WebDriver. It is being developed by the Browser Testing and Tools Working Group.

The working draft version of the spec is automatically re-published each time a change is committed to the editor’s draft. So the content of the two versions is identical, they just have slightly different presentational “skinning”.

Bugs can be filed against the W3C bug tracker, and pull requests should patch webdriver-spec.html.