i have to take screenshot of a image that appears in a tab of website its vertical and rectangular in size but its shape varies when we refresh and goes to another scenario of same tab i tried clipping region of take screenshot activity but its not worthy is there any other way to do this
please guide me
below are two attachments for reference
i want to take screen shot of complete image everytime , how to do this
What is exactly the issue here?
some of the screenshots do not cover the whole picture or the screenshot is too big and contains too much background?
Have you tried to spy the picture and see if the selector is repeatable? If so, you can use find element and then use this selector for taking screenshot.
Are you able to save the image manually or download the image ? If so, we could also try downloading the image using the same methods that we use manually or we could use the endpoint to download using a HTTP Request Activity.
Let us know if you are not able to do the above and should perform a Snipping of the image itself.