-
Junior Member
Re: Dynamic Link
Hi,
That Dynamic link is the part of OR and we need to open that link for editing. for that need to use the Click method. Can you please tell me how to use GetRoProperty with Click method.
Could you please explain me how to Update the Test Object Property.
Regards,
Last edited by monikasangwan; 02-20-2008 at 08:40 AM.
-
Expert Member
Re: Dynamic Link
Hi,
use the GetROProperty to trap the dynamic properties of the specified link.
Unfortunately QTP does not have a SetROProperty to change the Object properties at runtime. We can use the Object method to change the property like -
WebElement.Object.PropertyName = "PropertyValue".
You could use the above syntax to try and change the Link properties to trapped Dynamic values. Use the click method on that then.
I would still suggest you use descriptive programming which would be a better solution.
Cheers...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules