How to fetch web elements count from Google Page which
contains letter "e"
Answer Posted / aiswaryan
'Try below code
Set oelement=description.Create
oelement("micclass").value="WebElement"
set elements=Browser("Title:=Google").page
("Title:=Google").ChildObjects(oelement)
cnt= elements.count
For i= 0 to cnt-1
elementname=Browser("Title:=Google").page
("Title:=Google").WebElement
("micclass:=WebElement","index:="&i).getROproperty
("innertext")
Next
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What is the Difference between test object and run time object?
How will you test a stapler?
What is reusable action?
How to check bitmap output value?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
Output values? i want a practical example
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
how will you check how many members visited the website www.infosys.com?
Explain the features of quick test pro(qtp)?
What is quick test pro? What is a quick test professional?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
what are all the fileds present in object repository?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.