HtmlImageIsLoaded Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Checks to see if the image has finished loading on the page or not.

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

public bool IsLoaded()

Return Value

Type: Boolean
Returns true/false indicating if the image successfully loaded or not on the page.
See Also

Reference