Jump to content

scroll...


Recommended Posts

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

Link to comment
Share on other sites

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)
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...