![JAR search and dependency download from the Maven repository](/logo.png)
FlaNium.WinAPI.elements.ComboBoxItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of FlaNium.WinAPI Show documentation
Show all versions of FlaNium.WinAPI Show documentation
Library extending the capabilities of the FlaNium driver.
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