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

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

There is a newer version: 2.3.0
Show newest version
package FlaNium.WinAPI.elements;


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

public class ComboBoxItem extends DesktopElement {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy