public static class BrowsersTemplate.Browser extends Object
| Constructor and Description |
|---|
Browser(String type) |
Browser(String type,
String version) |
Browser(String type,
String version,
String browserName,
String deviceName,
String url,
String cloud,
String[] volumes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserName() |
String |
getCloud() |
String |
getDeviceName() |
String |
getType() |
String |
getUrl() |
String |
getVersion() |
String[] |
getVolumes() |
boolean |
isDockerBrowser() |
void |
setCloud(String cloud) |
void |
setUrl(String url) |
void |
setVolumes(String[] volumes) |
BrowserType |
toBrowserType() |
CloudType |
toCloudType() |
String |
toString() |
public Browser(String type, String version, String browserName, String deviceName, String url, String cloud, String[] volumes)
public Browser(String type)
public String getType()
public String getVersion()
public String getBrowserName()
public String getDeviceName()
public String getUrl()
public void setUrl(String url)
public String getCloud()
public void setCloud(String cloud)
public BrowserType toBrowserType()
public CloudType toCloudType()
public boolean isDockerBrowser()
public String[] getVolumes()
public void setVolumes(String[] volumes)
Copyright © 2019. All rights reserved.