public class RadioButtonElement extends HtmlElement
driver, element, logger, webUXDriver
Constructor and Description |
---|
RadioButtonElement(String label,
org.openqa.selenium.By by) |
Modifier and Type | Method and Description |
---|---|
void |
check() |
void |
click() |
boolean |
isSelected()
Indicates whether or not the element is selected in the browser.
|
captureSnapshot, captureSnapshot, clickAt, clickAt, findElement, getAllElements, getAttribute, getBy, getCssValue, getDriver, getElement, getEval, getHeight, getLabel, getLocation, getLocator, getSize, getTagName, getText, getValue, getWidth, init, isDisplayed, isElementPresent, isEnabled, isTextPresent, mouseDown, mouseOver, mouseUp, sendKeys, simulateClick, simulateMouseOver, simulateMoveToElement, sleep, toHTML, toString, waitForPresent, waitForPresent
public RadioButtonElement(String label, org.openqa.selenium.By by)
public void check()
public void click()
click
in class HtmlElement
public boolean isSelected()
HtmlElement
isSelected
in class HtmlElement
Copyright © 2018. All rights reserved.