Hi Google groups,
How should we scroll down, up, right and left operations on a webpage using QTP.
I tried in so many ways getting following error
Object doesn't support this property or method
a).
Browser(" ").Page(" ").parentwindow.scrollby 0,1280
b).
Set Oscroll=Browser("micclass:=Browser").Page("micclass:=Page").Object.Body
Oscroll.doScroll("pageLeft")
Set Oscroll=Nothing
Please let me know if any one have idea about scroll operations.
Thanks,
Venkat