I'd like to understand how can i scroll IE pages to click on items that are located at the bottom of an IE page.
I tried to use "ScrollToText" but nothing appended.
Can you explain me how can i use this function ?
Thank you
Answer by Menna, B. ·
Hi Demba,
The ScollToText will just scroll the page down until it finds that text - it does not actually incorporate a click. After you scroll to that text, you would need to have your own code for your click.
Example code for scrolling in Internet Explorer
ScrollToText ("Internet Explorer MainWindow", "Item #12345")
JANUARY 15, 3:00 PM GMT / 10:00 AM ET