public class Session extends BrowserStackObject
| Constructor and Description |
|---|
Session() |
Session(BrowserStackClient client,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete() |
protected Map<String,Object> |
getAdditionalProperties() |
String |
getBrowser() |
String |
getBrowserUrl() |
String |
getBrowserVersion() |
String |
getDevice() |
Integer |
getDuration() |
String |
getId() |
String |
getLogs() |
String |
getLogUrl() |
String |
getName() |
String |
getOs() |
String |
getOsVersion() |
String |
getProjectName() |
String |
getPublicUrl() |
String |
getReason() |
String |
getStatus() |
String |
getVideoUrl() |
Session |
updateStatus(Automate.SessionStatus sessionStatus) |
Session |
updateStatus(Automate.SessionStatus sessionStatus,
String reason) |
getClient, hasClient, setClientpublic Session()
public Session(BrowserStackClient client, String sessionId)
public final boolean delete()
throws SessionNotFound,
AutomateException
SessionNotFoundAutomateExceptionpublic final Session updateStatus(Automate.SessionStatus sessionStatus, String reason) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionpublic final Session updateStatus(Automate.SessionStatus sessionStatus) throws SessionNotFound, AutomateException
SessionNotFoundAutomateExceptionpublic final String getLogs() throws AutomateException
AutomateExceptionpublic String getId()
public String getBrowser()
public String getBrowserUrl()
public String getPublicUrl()
public String getVideoUrl()
public String getLogUrl()
public String getProjectName()
public String getStatus()
public String getBrowserVersion()
public String getOsVersion()
public String getReason()
public Integer getDuration()
public String getName()
public String getDevice()
public String getOs()
Copyright © 2018. All rights reserved.