Few Queries on Listeners.... | Selenium Forum
M
Posted on 17/04/2016
Now i think TestListenerAdapter--->is for report generation[Custom report]
WebDriverEventListener.-------->on actions of webDriver like beforeclick, before navigate........

[b:8pt6g3cx]Query1[/b:8pt6g3cx]: Are these listeners common for all kinds of reports TestNG,xslt,mavensurefire ?????

[b:8pt6g3cx]Query2:[/b:8pt6g3cx]Whats the difference between these to types of listeners in realworld?

[b:8pt6g3cx]Query3[/b:8pt6g3cx]:What's common factor among these 2 listeners?

M
Replied on 19/04/2016

TestListenerAdapter only works with testng tests.

WebDriverEventListener it is not for reports but for trigging the execution of functions.