aquality.selenium.elements.interfaces.IRadioButton Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aquality-selenium Show documentation
Show all versions of aquality-selenium Show documentation
Library around Selenium WebDriver
package aquality.selenium.elements.interfaces;
public interface IRadioButton extends IElement {
/**
* Gets RadioButton state.
*
* @return True if checked and false otherwise.
*/
boolean isChecked();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy