Votes
Answers
Views
Question
2
1
2082
asked 10 years ago by gem
updated 10 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.