org.openqa.selenium.iphone
Class IPhoneSimulatorDriver

java.lang.Object
  extended by org.openqa.selenium.remote.RemoteWebDriver
      extended by org.openqa.selenium.iphone.IPhoneDriver
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.iphone.IPhoneDriver
IPhoneDriver.STORAGE_TYPE
 
Nested classes/interfaces inherited from class org.openqa.selenium.remote.RemoteWebDriver
RemoteWebDriver.RemoteTargetLocator, RemoteWebDriver.RemoteWebDriverOptions, RemoteWebDriver.When
 
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
 
Field Summary
 
Fields inherited from class org.openqa.selenium.iphone.IPhoneDriver
DEFAULT_IWEBDRIVER_URL
 
Constructor Summary
IPhoneSimulatorDriver(IPhoneSimulatorBinary iphoneSimulator)
           
IPhoneSimulatorDriver(String iWebDriverUrl, IPhoneSimulatorBinary iphoneSimulator)
           
IPhoneSimulatorDriver(URL iWebDriverUrl, IPhoneSimulatorBinary iphoneSimulator)
           
 
Method Summary
protected  void startClient()
           
protected  void stopClient()
           
 
Methods inherited from class org.openqa.selenium.iphone.IPhoneDriver
close, getLocalStorage, getScreenshotAs, getSessionStorage, setFileDetector, switchTo
 
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, getRemoteStatus, getSessionId, getTitle, getWindowHandle, getWindowHandles, log, manage, navigate, quit, setCommandExecutor, setElementConverter, setFoundBy, setLogLevel, setSessionId, startSession, startSession, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

startClient

protected void startClient()
Overrides:
startClient in class RemoteWebDriver

stopClient

protected void stopClient()
Overrides:
stopClient in class RemoteWebDriver


Copyright © 2013. All Rights Reserved.