Automation Capabilities Generator
Capabilities are a set of properties used to configure your automation frameworks tests on the LambdaTest Cloud grid.
Language
Please select your framework
choice here used in your project.
Select your framework:
Playwright Android
Want to explore about tool?
Please click here to learn more.
Tool

Configure Your Capabilities

Browser / Version
Chrome / 135.0

Build Settings

Build Name
Automation Project Name

Test Configuration

Test Name
Test Tags
Screenshot capture on every command
Record video
Local / Tunnel
Console
Network
Simulate Network
Geolocation
Timezone
You can use UTC timezone as well e.g. UTC-03:00

Smart UI

Smart UI Project Name
Version
Checkout the setup instructions and a code sample for Java running on cloud
Java Capabilities
1ChromeOptions browserOptions = new ChromeOptions();
2browserOptions.setPlatformName("Windows 10");
3browserOptions.setBrowserVersion("dev");
4HashMap<String, Object> ltOptions = new HashMap<String, Object>();
5ltOptions.put("username", "Your LambdaTest Username");
6ltOptions.put("accessKey", "Your LambdaTest Access Key");
7ltOptions.put("project", "Untitled");
8ltOptions.put("selenium_version", "4.0.0");
9ltOptions.put("w3c", true);
10browserOptions.setCapability("LT:Options", ltOptions);