Class Element

    • Field Detail

      • LOG

        protected final org.slf4j.Logger LOG
      • driver

        protected final org.openqa.selenium.WebDriver driver
    • Constructor Detail

      • Element

        public Element​(org.openqa.selenium.WebDriver driver,
                       int implicitWait,
                       TimeUnit implictWaitUnit)
      • Element

        public Element​(org.openqa.selenium.WebDriver driver)
    • Method Detail

      • findElementById

        public org.openqa.selenium.WebElement findElementById​(String id)
      • findElementByLink

        public org.openqa.selenium.WebElement findElementByLink​(String link)
      • findElementByName

        public org.openqa.selenium.WebElement findElementByName​(String name)
      • findElementByCss

        public org.openqa.selenium.WebElement findElementByCss​(String css)
      • findElementByXpath

        public org.openqa.selenium.WebElement findElementByXpath​(String xpath)
      • getDriver

        public org.openqa.selenium.WebDriver getDriver()
      • execute

        protected <X> X execute​(java.util.function.Supplier<X> supplier)