i am working with SAP 750. where i am trying to upload a file some times its able to capture the elements sometimes its hanging… can anyone help me on this
Guessing, but please make sure that the part that is handling select file window is not in attach scope for any of the others (or preferably - make it a separate workflow if it isn’t yet).
IIRC that window is modal, so it may hang the robot if he’s trying to iterate over ui hierarchy of now unreachable part of the application.