Sap Gui element exists

Hi all,

I’m using Element exists in pick branch activity as I have multiple screen options after execute button into sap.

Element exists sometimes return false and doesn’t move into respective branch even if screen is visible.

Please suggest any other way I can make it possible to check/get element exists from sap Gui.

Regards,
Ayushi

1 Like

Hi @_Ayushi_Jain

we had a similar issue of element exist not working, we resolved it using OCR text exists activity (we had a pop up with text in it to decide which page to go )

thanks

pls use check app state instead of element exists, make sure to enable modern activitities if you dont see this activity

WHEN indicating element make sure to select FULLY VISIBLE
image

your logic should look like this, note that in the check app state activity you dont have to put anything under “target appears” box, because you will putting the actions under the “action” box as shown in the screenshot