The SlowLoadableComponent T type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | EvaluateLoadedStatus |
Determine whether or not the component is loaded. Subclasses are expected to provide the details
to determine if the page or component is loaded.
(Inherited from LoadableComponent T .) |
![]() | ExecuteLoad |
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.
(Inherited from LoadableComponent T .) |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | HandleErrors |
Checks for well known error cases, which would mean that loading has finished, but an error
condition was seen.
|
![]() | HandleLoadError |
HandleLoadError gives a subclass the opportunity to handle a WebDriverException that occurred
during the execution of ExecuteLoad .
(Inherited from LoadableComponent T .) |
![]() | Load |
Ensures that the component is currently loaded.
(Overrides LoadableComponent T Load .) |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | TryLoad |
Attempts to load this component, providing an opportunity for the user to handle any errors encountered
during the load process.
(Inherited from LoadableComponent T .) |
See Also