Difference between Actions class and Eventfiring Interface | Selenium Forum
M
Posted on 15/05/2016
hi,

i am going through Module 16 . But i am a little confused now.
In earlier modules , we were using Actions Class to simulate mouse movements and all . But in this module we are just ignoring the Actions class and using some EventFiringMouse interfaces.

is there ANY difference between them or they are interchangeable?
Please let me know.

M
Replied on 15/05/2016

selenium provide various ways to automate the same elements. use which way works(events firing or actions class)