The EventFiringWebDriver type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
![]() | ElementClicked |
Fires after the driver has clicked on an element.
|
![]() | ElementClicking |
Fires before the driver clicks on an element.
|
![]() | ElementValueChanged |
Fires after the driver has changed the value of an element via Clear(), SendKeys() or Toggle().
|
![]() | ElementValueChanging |
Fires before the driver changes the value of an element via Clear(), SendKeys() or Toggle().
|
![]() | ExceptionThrown |
Fires when an exception is thrown.
|
![]() | FindElementCompleted |
Fires after the driver completes finding an element.
|
![]() | FindingElement |
Fires before the driver starts to find an element.
|
![]() | Navigated |
Fires after the driver completes navigation
|
![]() | NavigatedBack |
Fires after the driver completes navigation back one entry in the browser history list.
|
![]() | NavigatedForward |
Fires after the driver completes navigation forward one entry in the browser history list.
|
![]() | Navigating |
Fires before the driver begins navigation.
|
![]() | NavigatingBack |
Fires before the driver begins navigation back one entry in the browser history list.
|
![]() | NavigatingForward |
Fires before the driver begins navigation forward one entry in the browser history list.
|
![]() | ScriptExecuted |
Fires after a script is executed.
|
![]() | ScriptExecuting |
Fires before a script is executed.
|
See Also