Login
Remember
Register
Ask a Question
Mention what is Listeners in Selenium WebDriver?
+1
vote
asked
Aug 19, 2019
in
Selenium
by
rahulsharma
Mention what is Listeners in Selenium WebDriver?
#selenium-for-load-testing
selenium-bot-detection
selenium-for-ios
ios-selenium
automated-visual-testing-
selenium
load-testing-selenium
python-selenium
selenium-online-training-videos
learning-selenium
selenium-syllabus
selenium-tools-for-testing
selenium-element
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2019
by
john ganales
In Selenium WebDriver, Listeners "listen" to the event defined in the selenium script and behave accordingly. It allows customizing TestNG reports or logs. There are two main listeners i.e. WebDriver Listeners and TestNG Listeners.
...