SAP error_Logon

Hi All,

can anyone know about the below issue.

Failed to Create Material Could not find the UI element corresponding to this selector:

Thanks in advance

@Pavan_kumar15,

It’s selector issue. Bot is unable to find som selector.

Check the logs get the exact activity failing then look for the selectors.

Thanks,
Ashok :slightly_smiling_face:

Hi @Pavan_kumar15

The UI element is not found to the Robot. Might be there is an issue with the selectors or page not loaded properly.

→ Debug the code and check at which activity it was failing.
→ Open the properties of that UI activity and find out the Wait for page load option under the Target option. Select the Complete from dropdown.
→ Use the Retry scope activity and insert the failed UI activity inside of Action block.
→ Open the properties of Retry scope activity give 3 in the number of retries field.

Hope it helps!!