How do I view events fired on an element in Chrome?


To view events fired on an element, follow the below steps in Google Chrome:

Open Google Chrome and press F12 to open Dev Tools.

Now go to Sources Tab

Go to Event Listener Breakpoints, on the right:

Click on the events and interact with the target element.
If the event will fire, then you will get a breakpoint in the debugger.

Updated on: 30-Jul-2019

12K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements