The EventFiringWebDriver type exposes the following members.
Back to Top
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 ![]() |
See Also