We are working on attended POC and user is expected to be on the certain page before automation continues
I’m trying to confirm that only single Chrome tab/window will match the selector
when doing unattended, it would be easy just to close everything and only open page I need, for unattended I would like to return a message that says “more than one chrome window open of ” or similar
How do I make sure there’s only a single match to activity before proceeding?