public interface WebBrowser
extends org.openqa.selenium.WebDriver, org.openqa.selenium.internal.WrapsDriver
org.openqa.selenium.WebDriver.ImeHandler, org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseUrl()
Base url which should be added to each relative-url.
|
java.lang.String |
getCurrentRelativeUrl()
Get a string representing the current URL that the browser is looking at,
without the base-url.
|
void |
getRelativeUrl(java.lang.String relativeUrl)
Call the relative url.
|
java.lang.String |
getSessionId() |
java.lang.String getSessionId()
java.lang.String getBaseUrl()
void getRelativeUrl(java.lang.String relativeUrl)
relativeUrl - the relative url.java.lang.String getCurrentRelativeUrl()
Copyright © 2017 PPI AG. All rights reserved.