All Projects â†’ w3c â†’ Webdriver

w3c / Webdriver

Licence: other
Remote control interface that enables introspection and control of user agents.

Projects that are alternatives of or similar to Webdriver

Undetected Chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
Stars: ✭ 365 (-33.15%)
Mutual labels:  automation, webdriver, browser
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-64.29%)
Mutual labels:  automation, webdriver, browser
Element
💦Load test your app using real web browsers
Stars: ✭ 204 (-62.64%)
Mutual labels:  automation, webdriver
Splinter
splinter - python test framework for web applications
Stars: ✭ 2,476 (+353.48%)
Mutual labels:  automation, webdriver
Winium.desktop
Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Stars: ✭ 326 (-40.29%)
Mutual labels:  automation, webdriver
Xctestwd
A Swift implementation of WebDriver server for iOS that runs on Simulator/iOS devices.
Stars: ✭ 195 (-64.29%)
Mutual labels:  automation, webdriver
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (-62.82%)
Mutual labels:  automation, browser
Nightwatch Cucumber
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
Stars: ✭ 243 (-55.49%)
Mutual labels:  automation, browser
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-74.91%)
Mutual labels:  automation, browser
Snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Stars: ✭ 381 (-30.22%)
Mutual labels:  standard, browser
Chrome Har Capturer
Capture HAR files from a Chrome instance
Stars: ✭ 423 (-22.53%)
Mutual labels:  automation, browser
Thirtyfour
Selenium WebDriver client for Rust, for automated testing of websites
Stars: ✭ 191 (-65.02%)
Mutual labels:  automation, webdriver
Whole Foods Delivery Slot
Automated script for Whole Foods and Amazon Fresh delivery slot
Stars: ✭ 460 (-15.75%)
Mutual labels:  automation, webdriver
Appium
📱 Automation for iOS, Android, and Windows Apps.
Stars: ✭ 14,469 (+2550%)
Mutual labels:  automation, webdriver
Kasaya
A "WYSIWYG" (sort of) scripting language and runtime for browser automation
Stars: ✭ 1,906 (+249.08%)
Mutual labels:  automation, browser
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (-57.51%)
Mutual labels:  automation, webdriver
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-79.85%)
Mutual labels:  automation, browser
Foot traffic
Pure Ruby DSL for Chrome scripting based on Ferrum. No Selenium required. Works from any script. Simulate web app usage scenarios in production or locally.
Stars: ✭ 123 (-77.47%)
Mutual labels:  automation, browser
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (-40.11%)
Mutual labels:  remote-control, browser
Golem
A complete test automation tool
Stars: ✭ 441 (-19.23%)
Mutual labels:  automation, webdriver

WebDriver Standard

WebDriver is a remote control interface that enables introspection and control of user agents. It provides a platform- and language-neutral wire protocol as a way for out-of-process programs to remotely instruct the behavior of web browsers.

Provided is a set of interfaces to discover and manipulate DOM elements in web documents and to control the behavior of a user agent. It is primarily intended to allow web authors to write tests that automate a user agent from a separate controlling process, but may also be used in such a way as to allow in-browser scripts to control a — possibly separate — browser.

The standard is authored by the W3C Browser Testing- and Tools Working Group, and has produced the following documents:

Contribute

In short, change index.html and submit a pull request (PR) with a good commit message. Changes that affect behaviour must be accompanied with corresponding test changes to the Web Platform Tests repository.

We use ReSpec to help us maintain referential integrity, bibliographical data, and perform other mundane tasks such as styling. To preview your changes, just load index.html from disk in a browser. To verify the integrity of the document you can run make test.

You may add your name to the Acknowledgements section in your first PR, even for trivial fixes. The names are sorted lexicographically.

See CONTRIBUTING.md for more guidelines.

Vendor status documents

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].