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
    • 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