Class RenderInvisibleWithText

java.lang.Object
org.alfresco.utility.web.renderer.RenderElement
org.alfresco.utility.web.renderer.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 Details

    • RenderInvisibleWithText

      public RenderInvisibleWithText()
  • Method Details

    • 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