public class RadioButtonElement
extends com.vaadin.testbench.TestBenchElement
<vaadin-radio-button>
element.| Constructor and Description |
|---|
RadioButtonElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItem()
Gets the item (visible text) of the radio button.
|
String |
getValue()
Gets the value of the radio button.
|
void |
setChecked(boolean checked)
Sets whether the radio button is checked.
|
callFunction, clear, click, click, compareScreen, compareScreen, compareScreen, contextClick, dispatchEvent, dispatchEvent, doubleClick, equals, executeScript, findElement, findElements, focus, getAttribute, getCapabilities, getClassNames, getCommandExecutor, getContext, getCssValue, getDriver, getLocation, getProperty, getPropertyBoolean, getPropertyDouble, getPropertyElement, getPropertyElements, getPropertyInteger, getPropertyString, getRect, getScreenshotAs, getSize, getTagName, getText, getWrappedElement, hasAttribute, hasClassName, hashCode, init, init, isChrome, isDisplayed, isEnabled, isFirefox, isIE, isSelected, scroll, scrollIntoView, scrollLeft, sendKeys, setProperty, setProperty, setProperty, setProperty, submit, waitForVaadin, waitUntil, waitUntil, wrap, wrapElement, wrapElementspublic String getItem()
public String getValue()
public void setChecked(boolean checked)
checked - true to check the radio button,
false to uncheck itCopyright © 2025. All rights reserved.