This repository contains the W3C specification for the browser automation protocol known as WebDriver.
The current editor's draft of the specification can be read at https://w3c.github.io/webdriver/webdriver-spec.html. The main repository is at https://github.com/w3c/webdriver, and bugs can be filed against the W3C bug tracker.
The specification can be read in webdriver-spec.html
,
which is generated by executing:
make
The numbers at the start of each file corresponds to sections in the spec and will be included in the final document in that order.
And to validate the specification:
make validate