org.openqa.selenium.iphone
Class IPhoneSimulatorDriver
java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver
org.openqa.selenium.iphone.IPhoneDriver
org.openqa.selenium.iphone.IPhoneSimulatorDriver
- All Implemented Interfaces:
- org.openqa.selenium.HasCapabilities, org.openqa.selenium.HasInputDevices, org.openqa.selenium.html5.WebStorage, org.openqa.selenium.internal.FindsByClassName, org.openqa.selenium.internal.FindsByCssSelector, org.openqa.selenium.internal.FindsById, org.openqa.selenium.internal.FindsByLinkText, org.openqa.selenium.internal.FindsByName, org.openqa.selenium.internal.FindsByTagName, org.openqa.selenium.internal.FindsByXPath, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebDriver
public class IPhoneSimulatorDriver
- extends IPhoneDriver
- Author:
- jmleyba@gmail.com (Jason Leyba)
| Nested classes/interfaces inherited from interface org.openqa.selenium.WebDriver |
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 |
| Methods inherited from class org.openqa.selenium.remote.RemoteWebDriver |
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, getSessionId, getTitle, getWindowHandle, getWindowHandles, log, manage, navigate, quit, setCommandExecutor, setElementConverter, setFoundBy, setLogLevel, setSessionId, startSession, startSession, toString |
IPhoneSimulatorDriver
public IPhoneSimulatorDriver(URL iWebDriverUrl,
IPhoneSimulatorBinary iphoneSimulator)
throws Exception
- Throws:
Exception
IPhoneSimulatorDriver
public IPhoneSimulatorDriver(String iWebDriverUrl,
IPhoneSimulatorBinary iphoneSimulator)
throws Exception
- Throws:
Exception
IPhoneSimulatorDriver
public IPhoneSimulatorDriver(IPhoneSimulatorBinary iphoneSimulator)
throws Exception
- Throws:
Exception
startClient
protected void startClient()
- Overrides:
startClient in class RemoteWebDriver
stopClient
protected void stopClient()
- Overrides:
stopClient in class RemoteWebDriver
Copyright © 2012. All Rights Reserved.