---
title: Selenium Capabilities Builder | TestingBot
description: Build Selenium capabilities for automated testing with TestingBot. Choose
  browsers, devices, screen resolutions and generate code for Java, Python, Node.js,
  C#, Ruby and PHP.
source_url:
  html: https://testingbot.com/support/web-automate/selenium/capabilities
  md: https://testingbot.com/support/web-automate/selenium/capabilities/index.md
---
# Selenium Capabilities Generator

Generate Selenium capabilities for your automated tests. Choose your browser, OS and configuration options to get the exact code you need for Java, Python, NodeJS, C#, Ruby or PHP.

[![Selenium capabilities](https://testingbot.com/assets/support/selenium-266ecc0599068fc6eca0bcd9174fb46053c95cebe1c66f7a50c480f3f1a52929.svg)Selenium ](https://testingbot.com/support/web-automate/selenium/capabilities)[![Appium capabilities](https://testingbot.com/assets/support/appium-4b35a8bb56bae236bd84c539cee9b8bbb489a55ddf48e32d059c86685d230354.svg)Appium ](https://testingbot.com/support/app-automate/appium/capabilities)[![Puppeteer capabilities](https://testingbot.com/assets/support/puppeteer-0a8cdd38af69dabd46638afbb3bffc8a372902949aa599663ec379f3e875263c.svg)Puppeteer ](https://testingbot.com/support/web-automate/puppeteer/capabilities)[![Playwright capabilities](https://testingbot.com/assets/support/playwright-2dcb4e75b55ac0d1135cfa47be6137b13f46a2047ce78b96a34f51b0e2cc0d96.svg)Playwright ](https://testingbot.com/support/web-automate/playwright/capabilities)

Browser Environment
  ![OS selected](https://testingbot.com/assets/environments/svg/windows11-0e1b28bc0fdd5034d3e4d3dc8d346c500a8c6522facf4b45d0da56537c1f1c6d.svg) Windows 11 › ![Browser Selected](https://testingbot.com/assets/environments/svg/chrome-c4081ff447d2d898d4afcb8f074a907c960e6f007716c1a1d119eee6803c4042.svg) Chrome 139 

Loading environments...

Please wait while we load the available browsers and platforms.

Resolution800x6001024x7681280x8001280x9601280x10241440x9001680x10501600x12001920x12001920x10802560x1440

Selenium Version4.41.04.40.04.39.04.38.04.37.04.36.04.35.04.34.04.33.04.32.04.31.04.30.04.29.04.28.14.28.04.27.04.26.04.25.04.24.04.23.14.23.04.22.04.21.04.20.04.19.04.18.14.18.04.17.04.16.14.16.04.15.04.14.14.14.04.13.04.12.14.12.04.11.04.10.04.9.04.8.34.8.24.8.14.8.04.7.04.6.04.5.34.5.24.5.14.5.04.4.04.3.04.2.24.2.14.2.04.1.34.1.24.1.14.1.04.0.04.0.0-beta-44.0.0-beta-34.0.0-beta-24.0.0-beta-14.0.0-alpha-74.0.0-alpha-63.141.593.141.53.141.03.14.03.13.03.12.03.11.03.10.03.9.03.8.13.8.03.7.13.7.03.6.03.5.33.5.23.5.13.5.03.4.03.3.13.3.03.2.03.1.03.0.12.53.12.53.02.52.02.51.02.50.02.49.02.48.22.48.12.48.0

## Project Capabilities

Test NameAllows you to customize the name of the test, as it will appear in the dashboard.

Build NameGroup tests under the same build identifier for easy retrieval.

## Debugging

Record Video
YesNo

Take Screenshot After Each Step
YesNo

Collect Logs
YesNo

## Customization

Headless ModeRun the browser without rendering UI for faster test execution.
YesNo

Geolocation TestingRun the test from a different geographical location.NoneRandom CountryAustraliaBelgiumBrazilCanadaChileFranceGermanyIndiaItalyJapanNorwaySingaporeSouth AfricaSwedenSwitzerlandUnited Arab EmiratesUnited KingdomUnited States

Timezone ([list of timezones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))

Prerun Script ([documentation](https://testingbot.com/support/web-automate/selenium/test-options#prerun))

Upload URLs

Looking for more options? See [all Selenium capabilities](https://testingbot.com/support/web-automate/selenium/test-options).

 W3C Protocol 
 W3C is the newest WebDriver protocol, TestingBot recommends using W3C. 

 JSONWP 
 JSONWP is the legacy protocol which is no longer actively maintained. 

JavaPythonNodeJSC#RubyPHP

    MutableCapabilities capabilities = new MutableCapabilities();
    capabilities.setCapability(CapabilityType.BROWSER_NAME, "chrome");
    capabilities.setCapability(CapabilityType.BROWSER_VERSION, "latest");
    capabilities.setCapability(CapabilityType.PLATFORM_NAME, "Windows 11");
