I’m using Take Screenshot activity to take screenshot from a webpage. The problem is that activity is only able to take screenshot from the visible area.
If the area is at the invisible area and needs to scroll down the webpage, I have no idea how to scroll the page until the entire area is visible.
Hi @prasath_S Are you referring to use an activity like “Click” to activate that element?
I tried “Activate” activity, but it doesn’t work.
When I use “Click” activity, the webpage can be scrolled down to the element, but in some cases the particular part is still not able to appear completely due to its length, so the screenshot is still being partially taken. Is there any solution on this issue?
Thanks.
You can try the “Set Focus” activity with the selector of the UI element. It will set a keyboard focus on the element, and the element will be visible on the screen.