Dynamic select popup from filter

Hi Friends
How could dynamically click on popup that appear when i input value, i tried click activities by seem like it wont click if the value in popup is not the same
process step

  1. input value in field and enter to display popup

    2.use click on popup then value stamped in field

    these step works if input value still same (for example “100101” but if i change the input value (for example “100102” or anythings else), the process wont works anymore

    how could let robot always clicks on popup whenever it shown?
    my flow

    thanks in advance for any suggestions

@Supasit_Reantongchai

As i see in the screenshot it is a dropdown so please use select item activity.In that give your input

Hello Supasit,

Have you try to use the dynamic selectors where the numbers are changing? Instead of hardcoding the numbers, you can pass them as variables.

Hi @Supasit_Reantongchai

->Pass that value into the type into.
->In click activity select the strict selector for targeting methods and deselect remaining all targeting methods and in strict selector open the UiExplorer and select the aaname from the attributes present in the right side panel.
->select the aaname and in place of the value of aaname pass that value in between the single quote present and place a * beside to that value and make sure do not delete those single quote just replaec tha value in between them and that works!!

Regards

1 Like

@Supasit_Reantongchai

  1. Use a fuzzy selector
  2. Or use a strict selector and remove the name attribute and use other attributes
  3. In selector use name atteibute with * and variable

Any one of above 3 options works

Cheers

1 Like

hi @rlgandu thanks for your reply
It has a dropdown, but it only It has a dropdown, but it only shows the first 10 items (100101-100111)

hi @Anil_G thanks for your reply
i tried with untick computer vision and select ignore text and it works, do you have any concern with this approach?

1 Like

hi @vrdabberu thanks for your reply
i tried with untick computer vision and select ignore text and it works, do you have any concern with this approach?

@Supasit_Reantongchai

That should be proper

Cheers

1 Like

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