Class Click

  • All Implemented Interfaces:
    Command<java.lang.Void>

    public class Click
    extends java.lang.Object
    implements Command<java.lang.Void>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Click()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void click​(Driver driver, org.openqa.selenium.WebElement element)  
      protected void click​(Driver driver, org.openqa.selenium.WebElement element, int offsetX, int offsetY)  
      java.lang.Void 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

      • Click

        public Click()
    • Method Detail

      • click

        protected void click​(Driver driver,
                             org.openqa.selenium.WebElement element)
      • click

        protected void click​(Driver driver,
                             org.openqa.selenium.WebElement element,
                             int offsetX,
                             int offsetY)