hi all need one help . i want scroll down and up but thing
the holl page is taking webtable. i need to scroll down and
up using scroll tab any bodu knows plz help its urjent
regards
balaji
Answer Posted / hemakumar.m
Set oObject=CreateObject("Wscript.Shell")
oObject.SendKeys "{UP} 'For pressing up arrow
oObject.SendKeys "{DOWN} 'For pressing down arrow
Set oObject=Nothing
Before perfoming this operation u have to do some operation
in what page u want to press down and up arrow.
Ex:
Browser("title:=.*").Page("title:=.*").WebEdit
("text:=LoginId").Set "gsdfgdf"
Set oObject=CreateObject("Wscript.Shell")
oObject.SendKeys "{UP} 'For pressing up arrow
oObject.SendKeys "{DOWN} 'For pressing down arrow
Set oObject=Nothing
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is QTP and the use of QTP in TD?
What are the advantages of a Hybrid framework?
What are the types of object repository in qtp?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Object repositories types, which and when to use?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How will you test a keyboard?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
What do you mean by checkpoints in qtp?
What does it mean when a check point is in red color? What do you do?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
Tell me one scenario, the complex functionality you have automated in your project?
What is data driver in qtp?
Connect to QC using AOM.