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

FlaNium.WinAPI.elements.RadioButton Maven / Gradle / Ivy

The newest version!
package FlaNium.WinAPI.elements;

import FlaNium.WinAPI.DesktopElement;
import org.openqa.selenium.WebElement;

public class RadioButton extends DesktopElement {

    public RadioButton(WebElement element) {
        super(element);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy