Class ActionComponent<V>

    • Constructor Detail

      • ActionComponent

        public ActionComponent​(com.codeborne.selenide.SelenideElement element)
      • ActionComponent

        public ActionComponent​(java.lang.String selector)
      • ActionComponent

        public ActionComponent​(com.codeborne.selenide.SelenideElement element,
                               java.util.concurrent.Callable<V> callableCode,
                               boolean expectNav)
      • ActionComponent

        public ActionComponent​(java.lang.String selector,
                               java.util.concurrent.Callable<V> callableCode,
                               boolean expectNav)
    • Method Detail

      • perform

        public V perform()
        Simply click on that object and return the next object.
        Returns:
        next Object
      • afterClick

        protected V afterClick()