I follow the javascript: How to check if an element is clickable or not and check document.getElementsByTagName('button')[0].getAttribute('onclick')
for the https://matchmaking.grip.events/the8thannualrealestatefamilyofficeandprivatewealthmanagementforumwest/event-login page, where I can click the Login
button, but JS code return null
I am able to see click
eventlistner in Developer tools in chrome
.
This means, its clickable and when I clock, it load new components.
But javascript code return null
.
Is there any other way to know if that element is clickable or not ?