Hi!
I'm having troubles in finding the right item to click when using PAD. The selector I need to click is highlighted in picture and I've been trying to use the number (in this case "16") as the identifier.
I've tried for example:
a[Class="ui-state-default ui-state-hover"] a:contains("16") but that doesn't work.
When using only a[Class="ui-state-default ui-state-hover"] it works, but then only the first item using that selector is clicked. I can't figure out what should the last part be to actually call the right item defined by the number.
Thanks in advance!

Report
All responses (
Answers (