Hello, I haven’t seen your reply. Thank you for your help, but your solution doesn’t work,
also, I’ve found a solution to get the form (document.getElementByTagName(“form”)[0]).
And in another project I’m working on, I found another solution to send form:
document.getElementByTagName(“button”)[0].click()
button is the ‘sign in’ button as an example.
But I might be cursed, it still doesn’t work.
When I change the value of my password and username fields, and the use ‘click()’, it tells me that I didn’t filled up the fields: