How to know which technology identified an element?

I have a performance issue. I activated all of the options available (anchor, image, CV, etc.).
As far as I know it’s supposed to trigger the activity when the element is identified.
Surprisingly, I figured once that when my computer is using the ‘best’ option, it’s faster.

But is there a mean to know which one of them identified correctly the element involved in the activity ?

If it’s not clear enough, let me know.

Thank you very much !

Hi @LamaX

  1. Log Detailed Information: In your workflow, you can add custom logging to record information about which method was used. For example, you can create log messages before and after the activity using different methods, and include information in the message to indicate the method being used. This way, you can review the logs to get an idea of which method was more effective.
  2. Use the Output Panel: When you select an activity in UiPath Studio, you can check the Output panel for additional information. Sometimes, UiPath provides messages related to which method was used or any issues encountered during element identification. While this information may not be detailed, it can give you some clues.

Thank you !
But I don’t know how to “invoke” the piece of information to pass in the log activity.
Or maybe you are talking about the logs generated by UiPath aside from the project logs ?

For the output panel, I don’t know where to look at, unfortunately.