Package com.applitools.eyes
Class TargetWebDriverApplication
java.lang.Object
com.applitools.eyes.TargetApplication
com.applitools.eyes.TargetWebDriverApplication
-
Constructor Summary
ConstructorsConstructorDescriptionTargetWebDriverApplication(URL webDriverUrl, String sessionId, String userAgent) Creates a new TargetWebDriverApplication instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the ID of the web-driver session ornullif unknown.getUrl()Gets the URL of the remote web-driver controlling the browser that hosts the application under test ornullif unknown.Gets the user-agent string of the browser that hosts the application under test ornullif unknown.
-
Constructor Details
-
TargetWebDriverApplication
Creates a new TargetWebDriverApplication instance.- Parameters:
webDriverUrl- The URL of the remote web-driver ornullif unknown.sessionId- The id of the web-driver session ornullif unknown.userAgent- The user agent string of the browser hosting the application under test ornullif unknown.
-
-
Method Details
-
getUrl
Gets the URL of the remote web-driver controlling the browser that hosts the application under test ornullif unknown. -
getSessionId
Gets the ID of the web-driver session ornullif unknown. -
getUserAgent
Gets the user-agent string of the browser that hosts the application under test ornullif unknown.
-