Forum Discussion

james_attree's avatar
james_attree
Occasional Contributor
10 years ago

Using Find() to map the same object causes it to be unobtainabe

I have a wepage, 'a'. On 'a' is a link that goes to webpage 'b'. I map the link on 'a' by using Find(). This maps it to a variable. I then call variable.Click() to go to page 'b'. ...