Jump to content

Recommended Posts

Posted

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.

Posted

Works ok for me too, so when i have a big website i have to repete the MouseWheel(down) until i get to the bottom ?

Posted (edited)

$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]

Posted (edited)

You can also use .scrollIntoView

Local $o_footer = _IEGetObjById($o_IE, "Footer_lblFooter") ; get footer id
$o_footer.scrollIntoView() ; Scroll to bottom of screen
Edited by Shrapnel

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
  • Recently Browsing   0 members

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