Use variable or "Contains" in selector property

I’m trying to use the selector to identify a Window, but the problem is that the name of this window have a part that is static, and the other part varies.

Is it possible to use something like: “Name”: “first part of the name%” or some method like .Contains?

Searching in the forum I found a topic sayint to use {{variable}}, so I tried something like:
“Name”: “first part of the name - {{secondPart}}”,
but still, dont work.

Yes, you can use * as a wildcard character ( and ? for a single character )

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.