Hello, I am trying to run macro, which could click a button on a webpage.
The button data procedure name is here (it does not have Id or class:

button data-procedure="364"
I am trying to use syntax like this, but it is not ID. maybe someone has more experience with this?

doc.getElementById("364"). Click