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 / balaji
Hi,
Try this code
Set oDesc1 = Description.Create()
oDesc1("micclass").Value = "WebElement"
Set Lists1 = Browser("Gmail: Email from
Google").Page("Inbox (1) - Yahoo! Mail").WebTable("Add a
new folder").ChildObjects(oDesc1)
NumberOfLists1 = Lists1.Count()
msgbox NumberOfLists1
For i =251 to NumberOfLists1-1
Lists1(251).Click
Exit for
Next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Did QTP prove efficient for your project? Yes or No, explain?
How to test the login page in different ways in automation testing and i need code?
unique properties of button,edit box, radio button,check box?
Explain Descriptive Programming Types with Examples?
How many scripts did you have?
What is the XML file architecture ?
Have you used xml check point in your project?
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How to recognise the webelement and verifying that webelement is enabled?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Explain about the test fusion report of quicktest professional (qtp)?
What is action? How many types of actions are there in qtp?