Working with WebDriver events
The Selenium WebDriver provides the EventFiringWebDriver
class, which listens to various events happening during the test execution. For example, events are raised when we navigate to a page, when a click is performed on an element, or value is changed. The following table lists all the events that we can track during the test execution:
Event |
Description |
---|---|
|
This method is called before the |
|
This method is called after the |
|
This method is called before the |
|
This method is called after the |
|
This method is called before the |
|
This method is called after the |
|
This method is called... |