All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aquality.selenium.elements.interfaces.IRadioButton Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
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