Gets a value indicating whether the component is fully loaded.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
protected bool IsLoaded { get; }
protected bool IsLoaded { get; }
Protected ReadOnly Property IsLoaded As Boolean
Get
Protected ReadOnly Property IsLoaded As Boolean
Get
protected:
property bool IsLoaded {
bool get ();
}
protected:
property bool IsLoaded {
bool get ();
}
When the component is loaded, this property will return true or false depending on
the execution of
EvaluateLoadedStatus to indicate the not loaded state.