06-15-2011, 07:31 PM
(This post was last modified: 06-15-2011, 07:32 PM by Brian.Osborne.)
I was able to get around this issue by scrolling to the top of the window every time. Not sure if HP is even aware of the issue...
Code:
Set Obj=Browser("top level page").Page("page").Object.body
Obj.doScroll("pageUp")