How to fetch web elements count from Google Page which
contains letter "e"
Answer Posted / aiswaryan
Set googlePage = Browser("title:=Google").Page
("title:=Google")
Set objDesc = Description.Create
objDesc("micclass").value = "WebElement"
objDesc("innertext").value = ".*e.*"
weCount = googlePage.childobjects(objDesc).count
msgbox weCount
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Does QTP run in any environment?
how to test Web application using QTP software
What is reusable action?
banking project description for software tester
what are the utilities and drivers
Difference between action & Reusable action?
How smart identification works in qtp ?
How will internal and external links be validated and updated? how often?
What is different command used in command Prompt while using QTP?
Describe synchronization point.
Through array we can execute the testcase how ? give me example
Are Shared ORs read-only?
What is the difference between run time object and test object?