Wildcard doest not works -!

Hi Friends,

I’m using a wildcar in this selecctor:

<webctrl id='PegaGadget?Ifr' tag='IFRAME' />
<webctrl aaname=' Enter to sort' id='bodyTbl_right' tag='TABLE' />

but it doen’t works

in opposit another selector with alomost the same property is working on an other panel:

<webctrl id='PegaGadget*Ifr' tag='IFRAME' />
<webctrl aaname='Enter to sort IDEnter to sort Enter to filter IdentifiantEnter t*'      id='bodyTbl_right' tag='TABLE' />

They have the same browser attache window selector !!!

@abdel

As It is a table, You can try to add the Row in the selector, that may make as unique

You can check below post for your reference

Hope this helps you

Thanks