Selenium WebDriver

WebDriver is a browser automation framework that accepts commands and sends them to a browser. It is implemented through a browser-specific driver that sends commands to a browser and retrieves results.

API entry from apis.yml

apis.yml Raw ↑
name: Selenium WebDriver
description: WebDriver is a browser automation framework that accepts commands and sends them to a browser.
  It is implemented through a browser-specific driver that sends commands to a browser and retrieves results.
image: https://www.selenium.dev/images/selenium-logo.svg
humanURL: https://www.selenium.dev/documentation/webdriver/
baseURL: https://www.selenium.dev
tags:
- Automation
- Browsers
- Testing
- WebDriver
properties:
- type: Documentation
  url: https://www.selenium.dev/documentation/webdriver/
- type: API Documentation
  url: https://www.selenium.dev/selenium/docs/api/java/
- type: GettingStarted
  url: https://www.selenium.dev/documentation/webdriver/getting_started/