The EventFiringWebDriver type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | EventFiringWebDriver |
Initializes a new instance of the EventFiringWebDriver class.
|
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close the current window, quitting the browser if it is the last window currently open.
|
![]() | Dispose |
Frees all managed and unmanaged resources used by this instance.
|
![]() | Dispose(Boolean) |
Frees all managed and, optionally, unmanaged resources used by this instance.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ExecuteAsyncScript |
Executes JavaScript asynchronously in the context of the currently selected frame or window.
|
![]() | ExecuteScript |
Executes JavaScript in the context of the currently selected frame or window.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | FindElement |
Find the first IWebElement using the given method.
|
![]() | FindElements |
Find all IWebElements within the current context
using the given mechanism.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetScreenshot |
Gets a Screenshot object representing the image of the page on the screen.
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Manage |
Instructs the driver to change its settings.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Navigate |
Instructs the driver to navigate the browser to another location.
|
![]() | OnElementClicked |
Raises the ElementClicked event.
|
![]() | OnElementClicking |
Raises the ElementClicking event.
|
![]() | OnElementValueChanged |
Raises the ElementValueChanged event.
|
![]() | OnElementValueChanging |
Raises the ElementValueChanging event.
|
![]() | OnException |
Raises the ExceptionThrown event.
|
![]() | OnFindElementCompleted |
Raises the FindElementCompleted event.
|
![]() | OnFindingElement |
Raises the FindingElement event.
|
![]() | OnNavigated |
Raises the Navigated event.
|
![]() | OnNavigatedBack |
Raises the NavigatedBack event.
|
![]() | OnNavigatedForward |
Raises the NavigatedForward event.
|
![]() | OnNavigating |
Raises the Navigating event.
|
![]() | OnNavigatingBack |
Raises the NavigatingBack event.
|
![]() | OnNavigatingForward |
Raises the NavigatingForward event.
|
![]() | OnScriptExecuted |
Raises the ScriptExecuted event.
|
![]() | OnScriptExecuting |
Raises the ScriptExecuting event.
|
![]() | Quit |
Quits this driver, closing every associated window.
|
![]() | SwitchTo |
Instructs the driver to send future commands to a different frame or window.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | CurrentWindowHandle |
Gets the current window handle, which is an opaque handle to this
window that uniquely identifies it within this driver instance.
|
![]() | PageSource |
Gets the source of the page last loaded by the browser.
|
![]() | Title |
Gets the title of the current browser window.
|
![]() | Url |
Gets or sets the URL the browser is currently displaying.
|
![]() | WindowHandles |
Gets the window handles of open browser windows.
|
![]() | WrappedDriver |
Gets the IWebDriver wrapped by this EventsFiringWebDriver instance.
|
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