All Projects → w3c-webdriver → w3c-webdriver

w3c-webdriver / w3c-webdriver

Licence: MIT License
W3C WebDriver JavaScript Client

Programming Languages

typescript
32286 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to w3c-webdriver

nightwatch101
使用 Nightwatch 實現 End-to-End Testing ★
Stars: ✭ 42 (+50%)
Mutual labels:  webdriver, selenium, end-to-end-testing
Cabbie
WebDriver for the masses
Stars: ✭ 70 (+150%)
Mutual labels:  webdriver, selenium, end-to-end-testing
Nightwatch
End-to-end testing framework written in Node.js and using the Webdriver API
Stars: ✭ 10,912 (+38871.43%)
Mutual labels:  webdriver, selenium, end-to-end-testing
Selendroid
"Selenium for Android" (Test automate native or hybrid Android apps and the mobile web with Selendroid.) Join us on IRC #selendroid on freenode. Also confirm you have signed the CLA http://goo.gl/pAvxEI when making a Pull Request.
Stars: ✭ 828 (+2857.14%)
Mutual labels:  webdriver, selenium, end-to-end-testing
Seleniumbase
A Python framework that inspires developers to become better test automation engineers. 🧠💡
Stars: ✭ 2,520 (+8900%)
Mutual labels:  webdriver, selenium, end-to-end-testing
basic-selenium-project
an example selenium test project
Stars: ✭ 55 (+96.43%)
Mutual labels:  webdriver, selenium
spydriver
🕵️ Lightweight utility to intercept WebDriver and WebElement method calls.
Stars: ✭ 24 (-14.29%)
Mutual labels:  webdriver, selenium
throughout
🎪 End-to-end testing made simple (using Jest and Puppeteer)
Stars: ✭ 16 (-42.86%)
Mutual labels:  selenium, end-to-end-testing
selenium-openapi
The missing Selenium OpenAPI spec
Stars: ✭ 25 (-10.71%)
Mutual labels:  webdriver, selenium
callisto
Callisto is an open-source Kubernetes-native implementation of Selenium Grid.
Stars: ✭ 83 (+196.43%)
Mutual labels:  webdriver, selenium
PWAF
Python Webdriver Automation Framework
Stars: ✭ 37 (+32.14%)
Mutual labels:  webdriver, selenium
phoenix.webui.framework
基于WebDriver的WebUI自动化测试框架
Stars: ✭ 118 (+321.43%)
Mutual labels:  webdriver, selenium
google-meet-bot
Bot for scheduling and entering google meet sessions automatically
Stars: ✭ 33 (+17.86%)
Mutual labels:  webdriver, selenium
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-17.86%)
Mutual labels:  webdriver, selenium
Selion
Enabling Test Automation in Java
Stars: ✭ 252 (+800%)
Mutual labels:  webdriver, selenium
Pytest Selenium
Plugin for running Selenium with pytest
Stars: ✭ 246 (+778.57%)
Mutual labels:  webdriver, selenium
demo-webdriverio-cucumber
E2E Tests with WebdriverIO and Cucumber
Stars: ✭ 28 (+0%)
Mutual labels:  integration-testing, selenium
dusker
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself
Stars: ✭ 28 (+0%)
Mutual labels:  integration-testing, selenium
arquillian-graphene
Robust Functional Tests leveraging WebDriver with flavour of neat AJAX-ready API
Stars: ✭ 91 (+225%)
Mutual labels:  webdriver, selenium
hcaptcha-solver-python-selenium
hCaptcha solver and bypasser for Python Selenium. Simple website to try to solve hCaptcha.
Stars: ✭ 32 (+14.29%)
Mutual labels:  webdriver, selenium

WebDriver client for JavaScript

npm version Build Status codecov npm github

JavaScript bindings that conform to the W3C WebDriver standard 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].