Hi @Jesmine ,
Could you let us know by Dow*
do you mean the literal character *
or the Wildcard *
being mentioned here.
If it is the wildcard being used, then it should match the word Download
as well.
But if it is the literal * then maybe we can achieve the selector validation with the help of regex matching like below :
aaname = '(Dow\*|Download)' matching:aaname='regex'
For more details on regex in Selectors Check the below post :
Let us know if it doesn’t work for your case.