Class RenderClickable
- java.lang.Object
-
- org.alfresco.utility.web.renderer.RenderElement
-
- org.alfresco.utility.web.renderer.RenderClickable
-
- All Implemented Interfaces:
Renderer
public class RenderClickable extends RenderElement
Render one element using selenium's expectedCondition. Just annotate yourPageObjectwith {code}- Author:
- Paul.Brodner
-
-
Field Summary
-
Fields inherited from class org.alfresco.utility.web.renderer.RenderElement
renderAnnotation
-
-
Constructor Summary
Constructors Constructor Description RenderClickable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoWork(org.openqa.selenium.By locator, WebBrowser browser, long timeOutInSeconds)This will perform the actual action of rendering the element-
Methods inherited from class org.alfresco.utility.web.renderer.RenderElement
buildFromFindBy, render
-
-
-
-
Method Detail
-
doWork
protected void doWork(org.openqa.selenium.By locator, WebBrowser browser, long timeOutInSeconds)Description copied from class:RenderElementThis will perform the actual action of rendering the element- Specified by:
doWorkin classRenderElement
-
-