LoadableComponent T  EvaluateLoadedStatus Method WebDriver
Determine whether or not the component is loaded. Subclasses are expected to provide the details to determine if the page or component is loaded.

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

protected abstract bool EvaluateLoadedStatus()

Return Value

A boolean value indicating if the component is loaded.
See Also