Hi guys, could you please help? I have this desktop application and need to get the previous cashUpPeriodID (last column). I was able to find the cashupperiodID, which is Match FOUND: 1202601001; however, the bot is capturing the entire page. I would like to take a screenshot from 1202601002 up to the headers.
i used this solution
One way you can try is to use find element with dynamic value of the value you want to find..and make sure you use selector for cell so the returned element will contain the rectangle region of the element or cell..from there you can use the end coordinates similarly can do for the column name and use start coordinates
Cheers
1 Like


