Search code examples
ranorex

What does visible mean for Ranorex exactly


Visible in the context of UI-testautomation can mean two different things:

  1. Visible anywhere on the website. You can see it immediately or after you scroll

  2. Visible in the viewport, which means, that you can see the element without scrolling.

In the Ranorex documentation the definition isn't clear regarding this. So what is in Ranorex the exact definition for "visible"?


Solution

  • The visible attribute itself just means that it is possible in general to bring the element to the visible region. If the visible attribute of a parent element is set to false it might also not be possible to make the element itself visible.