Skip to content

lukeis/webdriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W3C WebDriver Specification

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

About

The WebDriver API and wire protocol

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • Other 0.5%