Hi,
I have a screen in SAP. I have to enter data and click one button to proceed further.
Here, I am using get text to check whether any error message. If no error message on clicking proceed button, it is navigating to another screen.
Then get text is failing saying unable to find the ui element as no error on clicking to proceed button, as navigating to another screen with different screen.
Get Text Activity is used to get the text. It always try to extract text. It wont check whether it is there or not.
Ideally, You should use Element Exist Activity (Use Reliable Selector) to check whether error is there or not. It gives you a bool value which can be used to proceed further.