HtmlControlIsVisible Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns whether the html element is visible or not. Returns true only when computedStyle.display != 'none' && computedStyle.visibility != 'hidden'

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual bool IsVisible()

Return Value

Type: Boolean
True/False indicating whether or not this HtmlControl is currently visible on the page.
See Also

Reference