LoadableComponent T  ExecuteLoad Method WebDriver
When this method returns, the component modeled by the subclass should be fully loaded. This subclass is expected to navigate to an appropriate page or trigger loading the correct HTML should this be necessary.

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

protected abstract void ExecuteLoad()
See Also