Hi, i’m trying to indicate an element from web using UiExplorer. There is a hardcoded title present like this.
I’m trying to use wildcard(*) to make the title generic for all pages. While doing it i’m getting validation error like this. Can anyone help me how to fix this? Thanks in advance.
1 Like
Hi @yasir.hoq.bssp,
In the right side of UiExplorer, you can find the unused items. you can check with each items and unselect the title property. You might find a proper dynamic selector
1 Like
Hi @yasir.hoq.bssp
Apply wildcard on ‘aaname’ also… there’s nothing wrong with title but with other members with spaces.
1 Like
Change title in attach browser ,if you’re using it
1 Like
Dear all, thanks, i was able to fix this.