Hello
Please find the error below am experiencing in the Ui Path Studio:
Type Into ‘TEXTAREA APjFqb’: 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
Use the check app state and indicate the element that you are trying to type into.
Once the element is appeared then it will go into the target appears block so place the type into activity in the target appears block.
Note : Give the wait for page load option as complete which is present in the properties panel of the check app state actvitiy and also change the default time to 15sec.