public abstract class ButtonSet
extends ru.yandex.qatools.htmlelements.element.HtmlElement
| Constructor and Description |
|---|
ButtonSet() |
| Modifier and Type | Method and Description |
|---|---|
<R extends Renderable> |
click(String name)
Click on the named button.
|
<R extends Renderable> |
click(String name,
R renderable)
Click on the named button.
|
ru.yandex.qatools.htmlelements.element.Button |
getButton(String name)
Get the named button
|
protected Map<String,ru.yandex.qatools.htmlelements.element.Button> |
getButtonMap()
Get the button map based on the declared fields
|
boolean |
isButtonClickable(String name)
Is the named button clickable
|
clear, click, findElement, findElements, getAttribute, getCssValue, getLocation, getName, getSize, getTagName, getText, getWrappedElement, isDisplayed, isEnabled, isSelected, sendKeys, setName, setWrappedElement, submit, toStringpublic boolean isButtonClickable(String name)
name - button namepublic ru.yandex.qatools.htmlelements.element.Button getButton(String name)
name - button namepublic <R extends Renderable> R click(String name)
The last rendered page will be returned and rendered.
name - button namepublic <R extends Renderable> R click(String name, R renderable)
A renderable object is provided. This will be rendered after the click and returned.
name - button namerenderable - renderable objectCopyright © 2005–2016 Alfresco Software. All rights reserved.