public class BrowserInstance extends Object
| Constructor and Description |
|---|
BrowserInstance(Config config,
AnnotationsReader annotationsReader,
BrowserType browserType,
CloudType cloudType,
Optional<String> browserName,
Optional<String[]> volumes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserName() |
BrowserType |
getBrowserType() |
String |
getBrowserTypeAsString() |
org.openqa.selenium.remote.DesiredCapabilities |
getCapabilities() |
CloudType |
getCloudType() |
String |
getDockerImage() |
String |
getDockerImage(String version) |
DriverHandler |
getDriverHandler() |
String |
getNextVersion(String version,
String latestVersion) |
String |
getOptionsKey() |
String |
getPath() |
List<String> |
getVolumes() |
public BrowserInstance(Config config, AnnotationsReader annotationsReader, BrowserType browserType, CloudType cloudType, Optional<String> browserName, Optional<String[]> volumes)
public String getPath()
public DriverHandler getDriverHandler()
public String getOptionsKey()
public String getDockerImage()
public org.openqa.selenium.remote.DesiredCapabilities getCapabilities()
public BrowserType getBrowserType()
public CloudType getCloudType()
public String getBrowserTypeAsString()
public String getBrowserName()
Copyright © 2019. All rights reserved.