public interface IRadioGroup extends IEditableElement
Modifier and Type | Method and Description |
---|---|
String |
getSelectedValue()
Implementing this method would allow for returning selected value on the RadioGroup widget
|
List<String> |
getValues()
Implementing this method would allow for returning available values on the RadioGroup widget
|
void |
select(String value)
Implementing this method would allow for selecting a radio button with matching value on the RadioGroup widget based on text value
|
setValue
click, clickAndHold, doubleClick, dragAndDrop, dragAndDropByOffset, isEnabled, keyDown, keyUp, mouseMove, mouseMoveOut, mouseOver, releaseClickAndHold, rightClick, sendKeys, type, typeAppend
getLabel, getValue
eval, fireEvent, focusOn, getAttribute, getByLocator, getChildNodesValuesText, getCssValue, getInnerHTML, getLocationX, getLocationY, getLocator, getText, getWebElement, hasText, highlight, highlight, isAttributePresent, isElementNotPresent, isElementNotPresent, isElementPresent, isElementPresent, isElementPresent, isElementVisible, isElementVisible, isWithinBoundsOfWindow, scrollTo, waitForAttribute, waitForAttribute, waitForAttributeEqualTo, waitForAttributeEqualTo, waitForAttributeNotEqualTo, waitForAttributeNotEqualTo, waitForElementNotPresent, waitForElementNotPresent, waitForElementPresent, waitForElementPresent, waitForEnabled, waitForEnabled, waitForNotAttribute, waitForNotAttribute, waitForNotVisible, waitForNotVisible, waitForText, waitForText, waitForVisible, waitForVisible
void select(String value) throws WidgetException
WidgetException
String getSelectedValue() throws WidgetException
WidgetException
List<String> getValues() throws WidgetException
WidgetException
Copyright © 2018. All rights reserved.