FUZZY SELECTOR EXCEPTION

I want to select the specific area dynamically. So I tried to edit the UI selection. But receiving the error as “variable/argument is not defined in the current scope”. My syntax below:

could you please correct where I am wrong.
SyntaxEditor Code Snippet

You have defined the variable in a scope and try to access it out of scope which is not possible, so check in the variable panel and the scope of variable and also change the scope of access it outside the defined scope

1 Like