I realized that I can see 2nd object when I "inspect element" but I cant see it in "Source Code" . What is the solution
I have a strange problem, don't know what is it about. I want to click an object on webpage which classname is "btn3"
But there are 2 of "btn3" objects on the page. The problem is I can find first one but can't find second one. So here it is
First one:
Second one:
And my AutoIt code: (didn't put click code, just put msgbox to see if I can find or not but just saw msgbox only 1 time)
I just tried to use innerText but again I couldn't find second object. I think it is not about AutoIt code, there must be something I'm missing