Task Mining - ACME Website

Hi,

I’m practicing Task Mining using ACME website.
Below are the steps how I captured trace - assisted task ming

  1. Click chrome icon on task manager.
  2. type "ACME System 1 - Log In
  3. login with credentials.
  4. logout

Getting errors after downloading the flow and running in my machine.
NClick: 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

Attaching .png for reference.

Please help me to resolve this.

Can I get help on this?

@shama93

As per error looks like one of the selector is not so dynamic…just try to run in debug and see which step is failing and check the selector if it and correct it

Cheers