Class RenderInvisibleWithText

  • All Implemented Interfaces:
    Renderer

    public class RenderInvisibleWithText
    extends RenderElement
    Render one element using selenium's expectedCondition. Just annotate your PageObject with {code}
    Author:
    Paul.Brodner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doWork​(org.openqa.selenium.By locator, WebBrowser browser, long timeOutInSeconds)
      This will perform the actual action of rendering the element
      • Methods inherited from class java.lang.Object

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

      • RenderInvisibleWithText

        public RenderInvisibleWithText()
    • Method Detail

      • doWork

        protected void doWork​(org.openqa.selenium.By locator,
                              WebBrowser browser,
                              long timeOutInSeconds)
        Description copied from class: RenderElement
        This will perform the actual action of rendering the element
        Specified by:
        doWork in class RenderElement