public class InputActions extends Object
| Constructor and Description |
|---|
InputActions(String name,
WebPage webPage) |
| Modifier and Type | Method and Description |
|---|---|
InputActions |
append(InputAction action) |
InputActions |
appendPageRecognitionItem(UIObject item) |
InputActionHandler |
getActionHandler(WebBrowser browser) |
List<InputAction> |
getActions() |
WebPage |
getExpectedWebPage()
This method returns the expected page title only.
|
String |
getName() |
List<UIObject> |
getPageRecognitionItems() |
String |
getReadablePath() |
WebPage |
getWebPage() |
void |
setWebPage(WebPage webPage) |
public String getName()
public InputActions append(InputAction action)
public List<InputAction> getActions()
public InputActionHandler getActionHandler(WebBrowser browser)
public WebPage getWebPage()
public void setWebPage(WebPage webPage)
public InputActions appendPageRecognitionItem(UIObject item)
public String getReadablePath()
public WebPage getExpectedWebPage()
Copyright © 2021. All rights reserved.