Scrolling down a page

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-17 07:00 PM
Hi guys,
I'd like to scroll down a page from a website in order to get the content updated dynamically.
Is there a way to do that ?
Thanks in advance.
Best regards,
Cristian
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-02-17 11:21 PM
If you spy the main IE window using Win32 (red) mode you could use Send Keys and {PGDN}, or using AA (blue) mode you could click the scroll bar. However, you should not need to scroll a web page to read HTML elements.
