Click the link parallel to the object

Hi!

I’m new here and I hope you can help me with my problem.

Here is the scenario.

We have a ticket bucket which has different tickets in it.

What I would like to do is find the ticket with Description “OM/IM - Order Management…” then click ID link in the left side “IM4618181”.

I have already find the ticket but the problem is… it is clicking the wrong ID link.

Please help.

Thank you!

Hi @criskitz,

Have have you tried creating a relative selector.

  1. Open UiExplorer.
  2. Click on Select Relative Element. Select the Description which you want to highlight.

  1. Click on Select Target Element. Select the ID this time.

  1. This will create a relative selector for the ID. Now you might need to tweak the selectors a bit to make it dynamic. You can store the description value into a variable and pass it into a selector.

Do let us know if this works or if you have any more queries.

Many thanks,
Hiren

1 Like

The UIPath Explorer generate this:

How can I make the selector dynamic? and should I copy it and Paste to the “Click” Selector?

Hi @criskitz,

In that selector aaname you can give as a dynamic selector.
<webctrl id='ext-gen472' aaname='"+your value+"' tag='A' />

Regards, Arivu :slight_smile:

2 Likes

You guys are great!! Thank you very much!