How to click on the link available in the web table ?

Link is an item in web table and link is not static, i mean it can be any where, you can not guess?here , there are two actions, one is to capture the newly added item and than clicking on it....

Showing Answers 1 - 2 of 2 Answers

Mercy

  • Jan 17th, 2006
 

U can use description method. For more about this method see QTP help.

I had used the same for the same issue, but not as different Actions. U still can try this.

  Was this answer useful?  Yes

You can use Method "ChildItemCount" in WebTable to return the number of objects of a specified type.

ex:

for loop <rows>

for loop<cols>

if Browser("ss").page("SSS").webtable("ssss").childitemcount(row,column,"Link") = 1 then

<code for clicking the link>

end if

next

next

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions