Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scrolling down using QTP
#1
Not Solved
Hi All,

Writing a code for scrolling down the scroll bar in a VB based application.

Code:
Browser("A").Page("B").Mousemove x,y
For i=1 to scrollheight
  browser("A").Page("B").Dblclick x,y
next

This above code works but takes a very long time to scroll down the scroll bar completely, I have to click a button at the bottom of the page after scrolling down Can anybody suggest me something that makes the scrolling down faster.
Reply


Messages In This Thread
Scrolling down using QTP - by sunny rao - 10-10-2008, 06:18 PM
RE: Scrolling down using QTP - by biswa.dey - 10-14-2008, 11:02 AM
RE: Scrolling down using QTP - by sunny rao - 10-15-2008, 06:17 AM
RE: Scrolling down using QTP - by tmcken - 02-11-2009, 05:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)