I am new user on stackoverflow and also new in selenium, so please guide me about What is the EventFiringWebDriver in selenium and what the use of it.
EventFiringWebDriver
is a JavaClass
, basically it is a wrapper around an arbitrary WebDriver
instance which supports registering of WebDriverEventListener
.
For more details refer here
EventFiringWebDriver is a method in selenium use to wrap the webdriver and WebEventListner is also method to get the message from eventfiringwebdriver instance (like e_driver). need to register the instance of WebEventListner with the instance of EventFiringWebDriver to get the driver
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With