Visible Property (BrowserObject)

Action

Gets whether the object is visible. You can only locate visible objects, so by default the value is always true. However, you might need this property when an already located object in the application under test gets invisible during replay.

Syntax

'Declaration
Protected Read Property Visible As Boolean

Access

Read only.