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.
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.
It’s unnecessary to configure selector in this case. We can directly set CurrentElement at InputElement without selector settings, as the following image.
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.
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.