How to count bulk of text boxes in a webpage
Answers were Sorted based on User's Feedback
Answer / vamcit
'To calculate no. of Text/Edit Boxes
Browser("Browser").Navigate "http://www.rediff.com/"
Browser("Welcome to rediff.com").Page("Welcome to
rediff.com").Sync
Set webtext=Description.Create()
webtext("micclass").Value="WebEdit"
x=Browser("Browser").Page("Welcome to
Rediff.com").ChildObjects(webtext).count
msgbox x
| Is This Answer Correct ? | 0 Yes | 0 No |
How do handle error/exceptions in winrunner.
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
How to recover the Parameter out of range error while running the script in verify mode
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
Whole application is taking as single html frame while recording and learning but i want to learn each textbox,text,links whatever the page have.If we click any link in one page that will show another page so i want to learn that pages objects also.I want navigation steps or guidence plz
WHAT IS THE MEANING OF AUT?
How can withwin runner to make single scripts which supports multiple languages?
What is the use of virtual object wizard and how it is used?
How are objects set to appropriate class
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
How to break infinite loop?
What is tsl? What 4gl is it similar too?