io.appium.java_client
Interface MobileDriver

All Superinterfaces:
org.openqa.selenium.ContextAware, org.openqa.selenium.SearchContext, org.openqa.selenium.WebDriver
All Known Implementing Classes:
AppiumDriver

public interface MobileDriver
extends org.openqa.selenium.WebDriver, org.openqa.selenium.ContextAware


Nested Class Summary
 
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
 
Method Summary
 org.openqa.selenium.remote.Response execute(String driverCommand, Map<String,?> parameters)
           
 void performMultiTouchAction(MultiTouchAction multiAction)
           
 TouchAction performTouchAction(TouchAction touchAction)
           
 
Methods inherited from interface org.openqa.selenium.WebDriver
close, findElement, findElements, get, getCurrentUrl, getPageSource, getTitle, getWindowHandle, getWindowHandles, manage, navigate, quit, switchTo
 
Methods inherited from interface org.openqa.selenium.ContextAware
context, getContext, getContextHandles
 

Method Detail

execute

org.openqa.selenium.remote.Response execute(String driverCommand,
                                            Map<String,?> parameters)

performTouchAction

TouchAction performTouchAction(TouchAction touchAction)

performMultiTouchAction

void performMultiTouchAction(MultiTouchAction multiAction)


Copyright © 2014. All rights reserved.