How to fetch web elements count from Google Page which
contains letter "e"
Answer Posted / bibhu
Thanks Aiswaryan,
How ever I was trying another way instead of using Regular Expression. --
Set oelement=description.Create
oelement("micclass").value="WebElement"
Set elements=Browser("Title:=Google - Windows Internet Explorer").page("Title:=Google").ChildObjects(oelement)
cnt= elements.count
For i= 0 to cnt-1
elementname=elements(i).getROproperty("innertext")
Next
My approach was here to store all webements in variable elementname & then using instring ot mid to fetch the count.
But I am getting a 'General Run Error' at the GetRoproperty line.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to start recording using quicktest professional?
What is standalone database?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Key word driven framework
What is business process testing(bpt) in qtp?
What is QTP scenario.
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Explain the Different types of QTP test assets and their extensions?
What is the process of synchronizing qtp and aut?
What is the difference between a Function and Procedure in QTP?
How to suppress warnings from the test results page?
Give me some real time point of way where exactly we can conduct audits?
Can any one send me the QTP Basic Coding Samples?
What is the syntax for how to call one script from another?
What are the features supported by UFT?