![JAR search and dependency download from the Maven repository](/logo.png)
FlaNium.WinAPI.elements.Menu 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;
import org.openqa.selenium.remote.Response;
import java.util.List;
import java.util.stream.Collectors;
public class Menu extends DesktopElement {
private static final String MENU_ITEMS = "menuItems";
public Menu(WebElement element) {
super(element);
}
/**
* Gets all MenuItem which are inside this element.
* @return
*/
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy