LoadableComponent T  IsLoaded Property WebDriver
Gets a value indicating whether the component is fully loaded.

Namespace: OpenQA.Selenium.Support.UI
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

protected bool IsLoaded { get; }
Remarks

When the component is loaded, this property will return true or false depending on the execution of EvaluateLoadedStatus  to indicate the not loaded state.
See Also