Annotation Interface RenderWebElement
The Locator By annotated with RenderWebElement can be rendered while calling the render on Page.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionRender the element based on theElementStateThe default value ofElementStateis Visible, if it have to render for other otherElementStateuser have to set attribute.
-
Element Details
-
state
ElementState stateRender the element based on theElementStateThe default value ofElementStateis Visible, if it have to render for other otherElementStateuser have to set attribute.- Returns:
ElementStateelement state
- Default:
- VISIBLE
-
text
String text- Default:
- ""
-