public class SeleniumWRadioButtonWebElement extends SeleniumWComponentInputWebElement
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
The type of this input when editable.
|
EDITABLE_TAG, TOP_LEVEL_TAG| Constructor and Description |
|---|
SeleniumWRadioButtonWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
Default constructor for this element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name)
Some attributes are applied to the wrapper, some to the input.
|
String |
getValue() |
boolean |
isSelected() |
clear, click, clickNoWait, getActiveId, getInputField, getSuggestionList, isCombo, isEnabled, isMandatory, isReadOnly, sendKeys, sendKeysclickElementNoWait, findElement, findElementImmediate, findElements, findElementsImmediate, getCssValue, getDriver, getElement, getLocation, getRect, getScreenshotAs, getSize, getTagName, getText, getUserContextForSession, isDisplayed, isHidden, submit, waitForPageReady, wrapElementpublic static final String TYPE
public SeleniumWRadioButtonWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
element - the WebElementdriver - the driver.public String getValue()
getValue in class SeleniumWComponentInputWebElementpublic String getAttribute(String name)
getAttribute in interface org.openqa.selenium.WebElementgetAttribute in class SeleniumWComponentInputWebElementname - the name of the attribute to findpublic boolean isSelected()
SeleniumWComponentWebElementisSelected in interface org.openqa.selenium.WebElementisSelected in class SeleniumWComponentWebElementCopyright © 2018. All rights reserved.