Wait for complete select all by ctrl+a

Hey,

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.


Hi @pikut

After sending the Ctrl+A hotkey, add some “Delay” before click.

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.

The time is too variable, depending on the day. Sometimes it marks everything quickly (when there are few invoices), so there is no point in waiting.

@pikut

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.