Jump to content

Recommended Posts

Posted

Hi Do some one how i can do so my scribt can scroll?

i want my scribt to scroll down on a IE page.

and if you dont know how do scroll maby you know how i can get my mouse to click and hold down the clicken so the page will scroll down.

please help me

Posted

Found a couple of methods with search ;P

#include <IE.au3>
$oIE = _IECreate ("http://www.google.com/search?hl=en&q=linux+kernel")
ControlSend("linux kernel - Google Search","","Internet Explorer_Server1","{PGDN}")

include <IE.au3>
$oIE = _IECreate("www.autoitscript.com")
$oIE.document.parentwindow.scroll(0,150)

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
×
×
  • Create New...