I have a button on an website like this
<button>
Like
</button>
Does anyone know how to find and click this button using VBScript? Since he have no ID or other things I don't know how to find the button.
I have a button on an website like this
<button>
Like
</button>
Does anyone know how to find and click this button using VBScript? Since he have no ID or other things I don't know how to find the button.
So it seems that I am answering my own questions. The more you search, the fastest you learn.