I have issue with select all rows by Send Hotkey Activity. When there are many rows, loading all of them after ctrl+a used, lasts a long time. My next activite must wait for finish it, but they do not. I used WaitForReady in every activity after and even used Click Activity after Send Hotkey Activity with WaitForReady properies also, but none activite not wait for select all rows. I use Windows Application name Comarch XL and I need select all invoices for shippment. I can not use click Select All from menu after right click by mouse, because it is below and robot do not see it without scroll by click below many times.
You can use the “Element Exists” or “Image Exists” activity to check if a visual indicator of the selected row appears after sending Ctrl+A.
If the “Select All” option is not visible without scrolling, consider using the “Scroll Down” activity to scroll the window a specific number of times before sending the Ctrl+A hotkey.