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