I need to match 2 values in a selector
ex.
<webctrl aaname=‘ProjectName’ (OR)
<webctrl aaname=‘StageName’
I tried building a regex using the above article, but i am getting validation error with it.
<webctrl aaname=‘[Project|Stage]Name’ matching:aaname=‘regex’
Studio version 2019.10
What am I missing or doing wrong ?