Web element

Hi @A_Learner

  • The “relative visibility” attribute for a web element is not a standard attribute in HTML or CSS. However, the “visibility” property in CSS specifies whether or not an element is visible.

  • If you set the “visibility” property to “hidden”, the contents of the element will be invisible, but the element stays in its original position and size. If you set the “visibility” property to “collapse”, the element will be hidden and the space it occupied will be removed.


You can use the “Get Attribute” activity to retrieve the value of the “visibility” property of a web element. If the “visibility” property is set to “hidden”, the “Get Attribute” activity will return “0”

Check out the thread

Regards
Gokul