LoadableComponent T  Load Method WebDriver
Ensure that the component is currently loaded.

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

public virtual T Load()

Return Value

The loaded component.
Remarks

This is equivalent to the Get() method in Java version.
See Also