public class MultiTouchAction extends Object
Constructor and Description |
---|
MultiTouchAction(MobileDriver driver) |
Modifier and Type | Method and Description |
---|---|
MultiTouchAction |
add(TouchAction action)
Add a TouchAction to this multi-touch gesture
|
protected com.google.common.collect.ImmutableMap |
getParameters() |
void |
perform()
Perform the multi-touch action on the mobile driver.
|
public MultiTouchAction(MobileDriver driver)
public MultiTouchAction add(TouchAction action)
action
- TouchAction to add to this gesturepublic void perform()
protected com.google.common.collect.ImmutableMap getParameters()
Copyright © 2014. All rights reserved.