Take screen shot with particular position

I want to take screenshot with particular position

@veera_g

I don’t think that UiPath has activity to do so, but you can create one based on code which can be found : https://www.dreamincode.net/forums/topic/386911-take-a-screenshot-of-part-of-the-screen/

@veera_g
Give a try on following.
use an uielement or clipping region information for the take screenshot activity. then the screenshot is taking only for this particular rectangle.

I prototyped this with an indicate on screen activity and it was workingTakeRegionScreenshot.xaml (5.4 KB)