I’m trying to capture the Click Class when the “submit” button on the iframed form on this page is clicked:
Unfortunately, the debugger event log rolls over to the next page so quickly that I can’t capture it. Is there someone way to effect the debugger so that I can see the click class for the form when submit is clicked?
when clicking links or submitting forms that open a new page, you can hold down the CTRL key when clicking and the browser will open the new page in a separate tab. The debugger will stay open in the active page and you can inspect the click event and all variables at that moment.