Skip to content

abotalov/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.

Building

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.

Validation

To validate the specification you need to first set up a number of dependencies on your system:

All of these programs must be available on your PATH for validation to succeed.

About

The WebDriver API and wire protocol

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 55.2%
  • Python 44.8%