Im trying to add two filters in the same Find Children activity. I’ve tried all the scopes (usually working in FIND_DESCENDANTS) but it keeps throwing the same error:
The specified combination of selector, filter and scope is not supported.
This is the syntax of my filter
“”
I know that this button exist, cos i extracted that text specifically from a click instance, clicking in the button, then extracting the last two lines of the selector. The idea is to want to find this button with Find Children activity automatically.
Thank you