3
I need to create some simple script where it looks for a class inside the page and whenever it finds such a class (this is always a button) the button referring to it should be clicked.
Could you help me with some example of this in pure Javascript?
If you look for a button for the class, it will click on each button in case there is more than one. That’s what you want?
– CesarMiguel