public class TargetWebDriverApplication extends TargetApplication
| Constructor and Description |
|---|
TargetWebDriverApplication(URL webDriverUrl,
String sessionId,
String userAgent)
Creates a new TargetWebDriverApplication instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId()
Gets the ID of the web-driver session or
null if unknown. |
String |
getUrl()
Gets the URL of the remote web-driver controlling the browser that hosts
the application under test or
null if unknown. |
String |
getUserAgent()
Gets the user-agent string of the browser that hosts the application
under test or
null if unknown. |
public TargetWebDriverApplication(URL webDriverUrl, String sessionId, String userAgent)
webDriverUrl - The URL of the remote web-driver or null
if unknown.sessionId - The id of the web-driver session or null if
unknown.userAgent - The user agent string of the browser hosting the
application under test or null if unknown.public String getUrl()
null if unknown.public String getSessionId()
null if unknown.public String getUserAgent()
null if unknown.Copyright © 2023. All rights reserved.