Class PressEscape

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

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

    • Constructor Summary

      Constructors 
      Constructor Description
      PressEscape()  
    • 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

      • PressEscape

        public PressEscape()
    • 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>