Class SetSelected

  • All Implemented Interfaces:
    Command<org.openqa.selenium.WebElement>

    @ParametersAreNonnullByDefault
    public class SetSelected
    extends java.lang.Object
    implements Command<org.openqa.selenium.WebElement>
    • Constructor Detail

      • SetSelected

        public SetSelected()
      • SetSelected

        public SetSelected​(Click click)
    • Method Detail

      • execute

        @Nonnull
        public org.openqa.selenium.WebElement execute​(SelenideElement proxy,
                                                      WebElementSource locator,
                                                      @Nullable
                                                      java.lang.Object[] args)
        Specified by:
        execute in interface Command<org.openqa.selenium.WebElement>