Hi,
I am new to AutoIt.
I want to scroll browser window with proper scrolling location.
I mean following src I created scrolls.
And, say the web content between following scroll locations has invisible content between the 2 location since y=0 to 500 is a big jump. I want it to scroll more seamlessly. Could you help me on this?
1. First : $oIE.document.parentwindow.scroll(0,0)
2. Next: $oIE.document.parentwindow.scroll(0,500)
Scenario:
1. Open URL like http://www.yahoo.com/ with bro