An open API service indexing awesome lists of open source software.

https://github.com/w3c-webdriver/w3c-webdriver

W3C WebDriver JavaScript Client
https://github.com/w3c-webdriver/w3c-webdriver

client end-to-end-testing integration-testing javascript selenium webdriver

Last synced: 3 months ago
JSON representation

W3C WebDriver JavaScript Client

Awesome Lists containing this project

README

          

# WebDriver client for JavaScript

[![npm version](https://badge.fury.io/js/w3c-webdriver.svg)](https://badge.fury.io/js/w3c-webdriver)
[![Build Status](https://github.com/w3c-webdriver/w3c-webdriver/workflows/Build/badge.svg)](https://github.com/w3c-webdriver/w3c-webdriver/actions?query=workflow%3ABuild+branch%3Amaster)
[![codecov](https://codecov.io/gh/w3c-webdriver/w3c-webdriver/branch/master/graph/badge.svg)](https://codecov.io/gh/w3c-webdriver/w3c-webdriver)
[![npm](https://img.shields.io/npm/dw/w3c-webdriver)](https://www.npmjs.com/package/w3c-webdriver)
[![github](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/w3c-webdriver/w3c-webdriver)

JavaScript bindings that conform to the [W3C WebDriver standard](https://www.w3.org/TR/webdriver) for controlling web browsers.

## Features

- Minimalistic promise based REST client.
- One-to-one mapping to WebDriver API endpoints
- Written in TypeScript for type safety, autocomplete and IntelliSense documentation
- Full feature coverage over 55 WebDriver endpoints
- 100% test coverage in real browsers (Chrome, Firefox, Safari, Internet Explorer)
- Tested on Ubuntu, Windows and MacOS

## [Documentation](https://mucsi96.gitbook.io/w3c-webdriver)