06-09-23 01:38 PM
hey everyone,
I recently started working with blue prism. I want to know how can we scroll a web page to reach a specific element of the webpage.
If anyone have any idea, please let me know.
Thanks and Regards
Manoj Patidar
Answered! Go to Answer.
06-09-23 01:40 PM
Hi,
If you will map an element using the Browser mode, then the Navigate action will have the Scroll To method available.
06-09-23 01:40 PM
Hi,
If you will map an element using the Browser mode, then the Navigate action will have the Scroll To method available.
06-09-23 02:17 PM
If please user 'scroll' action after spying an element by using browser mode. Or else worst case go for below approach
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.