Get Text ‘Manchester’: Could not find the user-interface (UI) element for this action.
Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive
Hey @singhgauravijan11 make sure to use reliable selector and use open application/browser inside the get text might be the screen is changing or open in the different window so bot is not able to detect.
Note: use check state so it will ensure that target element is available or not.
make reliable selector or use wildcards if needed.
Try to use ui explorer indicate element use the right top and center top window to identify unique and non varying attributes and use that as strict selector in the activity