03-25-2011, 12:46 PM
Hi,
I have a webtable with vertical and horizontal scrollbars (10 columns with 20 odd rows) in the web application (which incidentally also has vertical and horizontal scrollbars)
I'm unable to click on the checkbox of an element in the 8th row of the webtable, as we need to scroll down the table to do so and QTP is unable to do it, I believe.
Here's the part of the code which I use to click on the table checkbox:
Please help.
I have a webtable with vertical and horizontal scrollbars (10 columns with 20 odd rows) in the web application (which incidentally also has vertical and horizontal scrollbars)
I'm unable to click on the checkbox of an element in the 8th row of the webtable, as we need to scroll down the table to do so and QTP is unable to do it, I believe.
Here's the part of the code which I use to click on the table checkbox:
Code:
Dim abc
Set abc = Browser("").Page("").Frame("").Webtable("").ChildItem(row,col,WebCheckbox,1)
abc.click
Please help.