Class RenderElement

    • Constructor Summary

      Constructors 
      Constructor Description
      RenderElement()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.openqa.selenium.By buildFromFindBy​(org.openqa.selenium.support.FindBy findBy)
      Builder mechanism for web element locator
      protected abstract void doWork​(org.openqa.selenium.By locator, WebBrowser browser, long timeOutInSeconds)
      This will perform the actual action of rendering the element
      void render​(RenderWebElement renderAnnotation, org.openqa.selenium.support.FindBy findByAnnotation, WebBrowser browser, TasProperties properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenderElement

        public RenderElement()
    • Method Detail

      • buildFromFindBy

        protected org.openqa.selenium.By buildFromFindBy​(org.openqa.selenium.support.FindBy findBy)
        Builder mechanism for web element locator
        Parameters:
        findBy -
        Returns:
      • doWork

        protected abstract void doWork​(org.openqa.selenium.By locator,
                                       WebBrowser browser,
                                       long timeOutInSeconds)
        This will perform the actual action of rendering the element
        Parameters:
        findByAnnotation -
        browser -
        properties -