Search Option In Page

Hi All,

I have a Products Page where I need to search the product name . For example if the product name matches to"AWS Premium Jobs Serverless Compute - AP (Tokyo)" I need to click the three dots beside it.

I used for each ui Element with conditions

If the current element is equal to product_id then use Click

In click option

for Anchor I used theStrict selector and FOR Target I used fuzzy selector
This was working before but not now. Any help on this

@supermanPunch

Hi,

It may be better the following steps.

First, use ForEachUiElement for the target element to click.
Next, add label text which is used for filtering, and finish wizard.
Then, add filter condition with the above label.
Finally, add Click activity using CurrentElement.

Regards,

@Yoichi

I have done as follows but getting selector issues. The click activity is unable to find the selector

Hi,

It’s unnecessary to configure selector in this case. We can directly set CurrentElement at InputElement without selector settings, as the following image.

Regards,

@Yoichi

Actually I need to click the corresponding tree dots beside the product name once match is found

image

Hi,

For now, can you try to indicate the 3 dots as target and indicate product name as additional label?
We may be able to filter the label.

Regards,

@Yoichi

I tried facing selector isuues. do you have any workaround ?

Can you show the workflow? That will be super helpful. Else can we connect ? If you are available Tomorrow. I can share the screen with you

@dutta.marina

Ideally first thing in anchor we should be using string and in target use fuzzy

Also directly indicating three dots should suffice

Cheers

@Anil_G

I have taken for Anchor as Strict selector and for Target I have taken Fuzzy,

In Anchor , i have used strict selector . I have copied the fuzzy selector and put in strict selector replacing the aaname with variable. It was working before but not working.

@dutta.marina

it says fuzzy hwre

image

even in previous screenshots

cheers

@Anil_G

I changed to fuzzy. The problem is its not clicking the product which are at the bottom of the page .only the first row of the product it clicks the corresponding three dots.

@dutta.marina

then do one thing

make for each ui element on whole card instead of name

then inside that in card as we you would have the name…use that to filter

then inside loop use find children to get the selector for three dots…

use that as input for click

cheers

1 Like

@Anil_G

In find children activity what should be in selector.

need your help becuase I tried ,its throwing errors. are u available for screen sharing?today or tomorrow or whenever you are free

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