Selenium Grid

Selenium Grid allows you to run test cases in different machines across different platforms. It enables the execution of test scripts on remote machines by routing commands to remote web browser instances.

API entry from apis.yml

apis.yml Raw ↑
name: Selenium Grid
description: Selenium Grid allows you to run test cases in different machines across different platforms.
  It enables the execution of test scripts on remote machines by routing commands to remote web browser
  instances.
image: https://www.selenium.dev/images/selenium-logo.svg
humanURL: https://www.selenium.dev/documentation/grid/
baseURL: https://www.selenium.dev
tags:
- Distributed
- Grid
- Parallel Testing
- Testing
properties:
- type: Documentation
  url: https://www.selenium.dev/documentation/grid/
- type: Configuration
  url: https://www.selenium.dev/documentation/grid/configuration/
- type: GettingStarted
  url: https://www.selenium.dev/documentation/grid/getting_started/