Is there any function to double click a particular row in a webtable?

Showing Answers 1 - 3 of 3 Answers

Kallol Raha

  • Jul 19th, 2006
 

there will be a function by the name activate. use that function. required argument is the row number.

  Was this answer useful?  Yes

krish

  • Jul 19th, 2006
 

I don't think ACTIVATE method is used for webtable but it can be used with activex table or virtualtable.

  Was this answer useful?  Yes

srikanth

  • Jul 28th, 2006
 

There is something called as childitem using that make a webtable as an object and then use the row and column number to click a particular object.

set tbl = browser( ).page().childitem().click

  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