Hi Mary,
Since we need to set the object of WebTable and then perform action; try
below code and confirm:
Set objLink =
Browser("B").Page("P").WebTable("WT").ChildItem(Row#,Col#,"Link",<index#>)
objLink.Click
Thanks,
Anil
On 8/6/2013 11:27 AM, Mary wrote:
Hi All,
I have to click a link from the specific row in a web
table. I have used the below but it throws error object not found.
Browser("br").Page("pg").WebTable("tab").ChildItem(R,11,"Link",1).Click
I tried the below both, but it is not clicking the link
and no error is thrown
Browser("br").Page("pg").WebTable("Tab").Object.Rows(R1).cells(10).Click()
Browser("br").Page("pg").WebTable("Tab").Object.Rows(R1).cells(10).Click
--
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
---
You received this message because you are subscribed to the Google
Groups "QTP - HP Quick Test Professional - Automated Software Testing"
group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
--
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
---
You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.