Votes
Answers
Views
Question
2
votes
1
answer
2139
views
asked 11 years ago by gem
updated 11 years ago by bubblehead712
How can I scroll down a browser page. I am trying to scroll down a IE 11 browser page down with following code that worked before Set objBase = Browser("micClass:=Browser").Page("micClass:=Page") objBase.Object.body.doScroll("pageDown") But is now working.