How to prevent web page from auto scrolling?

Im taking of one specific part of the dashboard, to take this screenshot i have indicated the part which i want my workflow to be capture. My workflow correctly moving to the dashboard page and finds the part which i need to take the screenshot. But while taking the screenshot the page automatically get scrolled to top to the part i indicated to take screenshot is missed in the image taken by the workflow’s take screenshot activity. I want to prevent the page from automatic scrolling. Can anyone guide me to achive this goal?

expecting everyones help.
Thank you.

Hi @Prabhakaran_Elango

Try this:
1 Use Use Application/Browser (Modern Experience)
2 Indicate the exact dashboard section (specific container/div)
3 Add Take Screenshot activity
4 In Target → Select the indicated element
5 Store the output in an Image variable

If its helpful please mark as solution.

Thanks

@Prabhakaran_Elango

Try using Mouse Scroll activity to scroll the the UI element you want to take the screenshot of and then take the screenshot of the whole screen. I know it will take full screen but you can try to trim it letter on as per your need.