I want to scroll in a web page and capture few contents by snipping it . I want to snip a particular region by snipping. How it can be done ?
use the mouse scroll activity and indicate the element till which the scroll should be done and then use the take screenshot activity so that it will take the screenshot of the entire page that is visible after the mouse scroll is done and if you want a specific region to take the screenshot then indicate the region which you want to take screenshot by indicating that within the take screenshot activity.
Regards
By indicating with take screenshot activity, it is capturing only the visible content , it’s not capturing the content that is down when u can see while u scroll down
- (To scroll) Use Hover activity and indicate the element. In properties use hardware events for Input Mode.
- Use “Take screenshot” activity and indicate the element. This will take screenshot of that element not the whole screen.
I suggest using the Set Focus activity and then indicating an element at the top of where you want to take the screenshot. Then it will scroll the browser to that element. Best part is it’ll handle horizontal scrolling if necessary to get to the element. This is simpler than dealing with scrollbars or keyboard commands. To get a screenshot of the entire screen don’t indicate any element for the Take Screenshot activity. To get a screenshot of an entire app/browser window, indicate the window - not an element inside the window.