LoadableComponent T  TryLoad Method WebDriver
Attempts to load this component, providing an opportunity for the user to handle any errors encountered during the load process.

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

protected T TryLoad()

Return Value

A self-reference to this LoadableComponent T 
See Also