@Deprecated public class IPhoneSimulatorDriver extends IPhoneDriver
IPhoneDriver.STORAGE_TYPE
RemoteWebDriver.RemoteTargetLocator, RemoteWebDriver.RemoteWebDriverOptions, RemoteWebDriver.When
WebDriver.ImeHandler, WebDriver.Navigation, WebDriver.Options, WebDriver.TargetLocator, WebDriver.Timeouts, WebDriver.Window
DEFAULT_IWEBDRIVER_URL
Constructor and Description |
---|
IPhoneSimulatorDriver(IPhoneSimulatorBinary iphoneSimulator)
Deprecated.
|
IPhoneSimulatorDriver(java.lang.String iWebDriverUrl,
IPhoneSimulatorBinary iphoneSimulator)
Deprecated.
|
IPhoneSimulatorDriver(java.net.URL iWebDriverUrl,
IPhoneSimulatorBinary iphoneSimulator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
startClient()
Deprecated.
Method called before
starting a new session . |
protected void |
stopClient()
Deprecated.
Method called after executing a
RemoteWebDriver.quit() command. |
close, getLocalStorage, getScreenshotAs, getSessionStorage, setFileDetector, switchTo
execute, execute, executeAsyncScript, executeScript, findElement, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, get, getCapabilities, getCommandExecutor, getCurrentUrl, getElementConverter, getErrorHandler, getExecuteMethod, getFileDetector, getKeyboard, getMouse, getPageSource, getRemoteStatus, getSessionId, getTitle, getWindowHandle, getWindowHandles, log, manage, navigate, quit, setCommandExecutor, setElementConverter, setFoundBy, setLogLevel, setSessionId, startSession, startSession, toString
public IPhoneSimulatorDriver(java.net.URL iWebDriverUrl, IPhoneSimulatorBinary iphoneSimulator) throws java.lang.Exception
java.lang.Exception
public IPhoneSimulatorDriver(java.lang.String iWebDriverUrl, IPhoneSimulatorBinary iphoneSimulator) throws java.lang.Exception
java.lang.Exception
public IPhoneSimulatorDriver(IPhoneSimulatorBinary iphoneSimulator) throws java.lang.Exception
java.lang.Exception
protected void startClient()
RemoteWebDriver
starting a new session
. The default
implementation is a no-op, but subtypes should override this method to define custom behavior.startClient
in class RemoteWebDriver
protected void stopClient()
RemoteWebDriver
RemoteWebDriver.quit()
command. SubtypesstopClient
in class RemoteWebDriver