Class GetWrappedElement

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

    @ParametersAreNonnullByDefault
    public class GetWrappedElement
    extends java.lang.Object
    implements Command<org.openqa.selenium.WebElement>
    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebElement execute​(SelenideElement proxy, WebElementSource locator, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetWrappedElement

        public GetWrappedElement()
    • Method Detail

      • execute

        @CheckReturnValue
        @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>