| Package | Description |
|---|---|
| com.browserstack.appautomate | |
| com.browserstack.automate | |
| com.browserstack.automate.model | |
| com.browserstack.client |
| Modifier and Type | Method and Description |
|---|---|
Session |
AppAutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AutomateClient.deleteSession(String sessionId)
Deletes the session identified by the supplied identifier.
|
boolean |
Automate.deleteSession(String sessionId) |
Session |
AutomateClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
String |
AutomateClient.getSessionLogs(String sessionId)
Fetches the text logs for a session.
|
String |
Automate.getSessionLogs(String sessionId) |
String |
AutomateClient.getSessionVideo(String sessionId)
Returns the link for the session video.
|
String |
Automate.getSessionVideo(String sessionId) |
Session |
AutomateClient.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus)
Updates the status for a session.
|
Session |
Automate.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus) |
Session |
AutomateClient.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus,
String reason)
Updates the status for a session.
|
Session |
Automate.updateSessionStatus(String sessionId,
Automate.SessionStatus sessionStatus,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Session.delete() |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus) |
Session |
Session.updateStatus(Automate.SessionStatus sessionStatus,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
Session |
BrowserStackClient.getSession(String sessionId)
Gets the session associated with the specified identifier.
|
Session |
BrowserStackClientInterface.getSession(String sessionId) |
Copyright © 2020. All rights reserved.