Error in Type Into Studio

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

Thank you

Hi @Ragini2024

The bot hasnt detect the Ui element of the Type into activity. That’s why this error encountered.

Make sure to open the application in the foreground.

Hope it helps!!

HI @Ragini2024

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.

Regards

Hi @Ragini2024

Can you try by giving some delay before type into and also enable wait for Page load complete

Hope it helps!!

@Ragini2024

  1. check the selectors option on that target and anchor
  2. check the ui element properties provide fuzzy selectors or strict selectors your as per requirement
  3. Element change in dynamic means provide a anchors

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.