Micro Focus QTP (UFT) Forums

Full Version: Object doesn't support this property or method
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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