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.