EventFiringWebDriver EventsWebDriver
The EventFiringWebDriver type exposes the following members.
Events

  NameDescription
Public eventElementClicked
Fires after the driver has clicked on an element.
Public eventElementClicking
Fires before the driver clicks on an element.
Public eventElementValueChanged
Fires after the driver has changed the value of an element via Clear(), SendKeys() or Toggle().
Public eventElementValueChanging
Fires before the driver changes the value of an element via Clear(), SendKeys() or Toggle().
Public eventExceptionThrown
Fires when an exception is thrown.
Public eventFindElementCompleted
Fires after the driver completes finding an element.
Public eventFindingElement
Fires before the driver starts to find an element.
Public eventNavigated
Fires after the driver completes navigation
Public eventNavigatedBack
Fires after the driver completes navigation back one entry in the browser history list.
Public eventNavigatedForward
Fires after the driver completes navigation forward one entry in the browser history list.
Public eventNavigating
Fires before the driver begins navigation.
Public eventNavigatingBack
Fires before the driver begins navigation back one entry in the browser history list.
Public eventNavigatingForward
Fires before the driver begins navigation forward one entry in the browser history list.
Public eventScriptExecuted
Fires after a script is executed.
Public eventScriptExecuting
Fires before a script is executed.
Back to Top
See Also