i should select the pending work order in the below showing img some times the pending work order is hides like we should scroll down and select that pending work order.
once we select the pending work order the show details button will highlighted we will click
You can use âsend hotkeyâ also in this case , just try to analyze after how many âtabs pressâ that value is coming , and u can use while loop to make it count that much time
OK this element doesnât like SendWindowMessages.
Try the Set Focus activity (with the same selector as the click) and see if that makes it scroll to the correct row.
If not, youâll have to employ some logic to try the click and if it fails, click the scrollbar (or PgDwn if that works) and then try the click again.