All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.teststeps.thekla4j.browser.selenium.config.BrowsersStackOptions Maven / Gradle / Ivy

package com.teststeps.thekla4j.browser.selenium.config;

public record BrowsersStackOptions(
  String userName,
  String accessKey,
  String projectName,
  String buildName,
  String sessionName,
  String geoLocation
) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy