-1
I need to click on an element of a website:
The problem is that there are several of these and I made this code:
For Each obj In ie.Document.all
obj.Click
Next
But this code clicks on all the objects of the page I can not only in the specific ojbetos?
There is no ie.Document.all that does the obj.click function only on the part that I want to click or a code that clicks only the objects that have in their class: "clickable" not to click all of the page.
Please do not insert code as image and which website?
– danieltakeshi