Class AbstractPage


  • public class AbstractPage
    extends Object
    • Method Detail

      • getDriver

        protected org.openqa.selenium.WebDriver getDriver()
      • get

        protected void get​(String path)
      • findElements

        protected List<org.openqa.selenium.WebElement> findElements​(org.openqa.selenium.By by)
      • findElement

        protected org.openqa.selenium.WebElement findElement​(org.openqa.selenium.By by)
      • findElementByName

        protected org.openqa.selenium.WebElement findElementByName​(String name)
      • findElementByXpath

        protected org.openqa.selenium.WebElement findElementByXpath​(String xpath)
      • clickElement

        protected org.openqa.selenium.WebElement clickElement​(org.openqa.selenium.By by)
      • enterText

        protected org.openqa.selenium.WebElement enterText​(org.openqa.selenium.By by,
                                                           String text)
      • waitUntil

        protected void waitUntil​(org.openqa.selenium.support.ui.ExpectedCondition<Boolean> condition)
      • pageContainsText

        protected org.openqa.selenium.support.ui.ExpectedCondition<Boolean> pageContainsText​(String text)