public class SwingOptionPane extends UiElement
log, properties| Constructor and Description |
|---|
SwingOptionPane(UiDriver uiDriver,
UiElementProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickButtonByText(String text)
Click button by its text
|
String |
getText()
Getting the text of the Text field
|
void |
setText(String text)
Setting text in the Text field
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic SwingOptionPane(UiDriver uiDriver, UiElementProperties properties)
public void clickButtonByText(String text)
text - the text of button to clickpublic void setText(String text)
text - the text to setpublic String getText()
Copyright © 2017 Axway Software. All rights reserved.