06-16-2012, 07:21 PM
Hi I was trying to click a link in a webtable. Link is present in 3 column and 2nd row. I'm using childitem and getrowwithcelltext
code is :
but qtp throws error for 2nd line and says general error. Wrong number of arguments has been pased or invalid property assignment.
Can somebody tell whats wrong there[/align]
code is :
Code:
row=browser().Page().webtable().getRowWithCellText("Price",3,1)
set link=browser().Page().webtable().childitem(row,3,"Link",0)
Can somebody tell whats wrong there[/align]