i want click on a link which is in 3rd row and 2nd column of a
web table.write script to execute
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / digi
set objPage=Browser().Page()
set objLink=objPage.WebTable().ChildItem(3,2,"Link",0)
objLink.click
| Is This Answer Correct ? | 2 Yes | 0 No |
How you handles Pop-up windows which are Dynamically changing in Runtime?
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
regular expression in qtp standar check point for months from accepting months from january to december only
what are the difference between qtp8.2 to 9.0 surya
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
how many script you will wright in a year ? i told it's depends on the proj..and 'n.no of ... but he forced me to tell some num. or avg .....how many i suppose to tell..??and do a favor per day how many script don't thing it's repeated question or common ...help me post a ans...thanks for advance
We stored into the objects OR and then write the scripting
difference between GetROProperty and GetTOProperty
What is output value? How many types of output values are there in qtp?
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
What is difference between run time object and test object?
what is the difference between built-i function and In-built function?