Micro Focus QTP (UFT) Forums
How to capture scroll down - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to capture scroll down (/Thread-How-to-capture-scroll-down)



How to capture scroll down - vinaytp - 04-20-2010

Hi,

I have QT 9.5 using it for SAP, where i need to capture scroll down and update a field , when i run the script it is not recognizing the scroll down.

Any idea to overcome this.

Vinay


RE: How to capture scroll down - Saket - 04-20-2010

one of the method could be using SendKeys "{PGDN}".
another way could be using '.Object.scrollIntoView' for any object which you want to make visible. The page will scroll upto where the Object is.

try these and let us know if it works for you.