I am having a problem with a selector using a dropdown list in ACME

The selector details I am using are:
aria-role=‘listbox’ tag=‘UL’ type=‘’ aaname=‘{{Month}}’ id=‘{{Month}}Item’
and the dropdown list is:


I have used a breakpoint to ensure the month is correct as “April” but it still selects “June” instead. How can i correct this error?

HI,

In this case, it’s unnecessary to use Dynamic selector.
Can you try as the following?

First, indicate the target element.
Then, select Ignore text (because text is dynamic)
Next, delete current anchor and add “Month:” as anchor.

Or, strict selector may also work.

Regards,

@ Yoichi - Excellent, thank you so much!

1 Like

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