0
Good staff I am with a doubt, I would like to click on non-clickable HTML elements, as for example
I know that with the following code we can click a button
knowing that I am working via console in the browser
document.element.click()
Whereas
element = <a>
Now as I would if I were a div or other HTML tag?
Maybe I can help, Related: How to make a Rigger for a SEM jQuery event?
– Icaro Martins
Related: How to create and use custom events
– Icaro Martins
And why would you like to click on a
div
, that has no action to click? What do you expect that click "artificial" make?– Luiz Felipe
So it’s out of curiosity because I’m on a page and I realized that the field is editable only when I click on the component, but I realized that the answer is to work with events and not manipulating the DOM as I was trying to do. @Luizfelipe.
– Rafael Balmant
Thank you so much for the links @Icaromartins I think with them I’ll get what I want.
– Rafael Balmant