11-13-2019, 10:05 PM
(09-10-2019, 01:07 AM)takecharge Wrote: I am new to vb scripting as well as UFT. What I am trying to accomplish is to click on a link using the properties of the link. When running, I get the error message, "Object doesn't support this property or method." What am I doing wrong here? I have attached a screenshot of the error message. Any help is appreciated.
Thanks in advance.
Based on the screenshot of the error you're missing the "=" sign in your arguments list. The syntax is ":=" like these examples:
index:=0
html tag:=LABEL
html id:=userInput