Unable to select correct selector

Hi,

I have to arrow select symbol on the webpage for each project .
when we click on project it opens new tab and that arrow symbol is on that new tab.Selector is varies from project to project how can i selelct a proper one so it will work for all projects.
This is the symbol i have to select on newly open tab for project


this is the selector for 1 project

This is the selector for 2 nd project

if i put * it will not work .
Please suggest me proper one so it will work for all.

Hi, @Mathkar_kunal ,

In tittle use: tittle=‘[PAS*’
And in css-selector=‘body*’

sure.i will try.