Class ListBoxItem

  • All Implemented Interfaces:
    org.openqa.selenium.interactions.Locatable, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsDriver

    public class ListBoxItem
    extends DesktopElement
    • Constructor Detail

      • ListBoxItem

        public ListBoxItem​(org.openqa.selenium.WebElement element)
    • Method Detail

      • scrollIntoView

        public ListBoxItem scrollIntoView()
        Scrolls the element into view.
        Returns:
      • isChecked

        public boolean isChecked()
        Gets if the listbox item is checked, if checking is supported
        Returns:
      • setChecked

        public void setChecked​(boolean state)
        Sets if the listbox item is checked, if checking is supported
        Parameters:
        state -