Jump to content

What is the command for scrolling down in internet explorer.


 Share

Recommended Posts

Hello again guys, how could i scroll down after i open a page with internet explorer ? I have to click some button in the bottom of a page, and i dont know what is the command for my mouse to scroll down the page.

Link to comment
Share on other sites

$oIE = _IE_Example("form")
$oSubmit = _IEGetObjByName($oIE, "submitExample")
;Local $hwnd = _IEPropertyGet($oIE, "hwnd")
_IEAction($oSubmit, "focus")

Edited by Edano

[color=rgb(255,0,0);][font="'comic sans ms', cursive;"]FukuLeaks[/color][/font]

Link to comment
Share on other sites

If you do use MouseWheel, you can change how far it will scroll it by control panel, mouse, wheel and vertical scrolling.

Don't know if you can set that programmatically though.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...