i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answer Posted / ashish srivastava
Browser().Page().Webtable().Childitems(3,2,"Link",0).Click
this will click on the 3rd row and 2nd column of the web
table
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is business process testing(bpt) in qtp?
Can we Test Welcome Screens and Process Images with QTP
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Can we record using all the modes in a single script? Explanation with example is appreciated
Explain building blocks of the bpt framework ?
How to break the object spy ?
Where is the Bitmap checkpoint information stored?
Which recording modes need more memory?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How you can find length of array in qtp?
How qtp recognizes the object?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is use of object spy?
What is the difference between analog and low level recording?