Hello I just need one clarification on how to write wildcards in selector where beginning and end is not known. For example
<-webctrl aaname=‘5426 / 5166 Huoleton 4G 12kk 22,90e/kk’ innertext=‘5426 / 5166 Huoleton 4G 12kk 22,90e/kk’ parentid=‘ida’ tag=‘A’/->
In above selector only highlighted element should be used to identify selector.
I tried writing
<-webctrl aaname=‘* Huoleton 4G ’ innertext=’ Huoleton 4G*’ parentid=‘ida’ tag=‘A’/->
but this is not working.