How to debug error using wildcard?

“Run the workflow. It will give an error called ‘Selector Not Found.’

Debug this error using wildcard.”

So I ran the workflow and it gave me the error.
How do I debug error using wildcard??

Hi,

From the above image, title is not matched b/w 123421 and 43153.

As general approach, it’s good to replace non-fixed string with asterisk as the following.

 title='File_*.txt - Notepad'

And also the following topic might help you, because notepad automatically adds asterisk at the beginning of the title if it’s modified and not saved.

Regards.

Where do I click to be able to do that?

Hi,

Does this error at AttachWindow activity? If so, first, Click [...]button at Selector property in Properties panel, then edit title attribute in Selector editor, as the following.

Regards,

Ok I did that and clicked “run” then this came up

Hi,

Can you try to replace unfixed string with asterisk in SendHotKey activity as same as AttachWindow?

name='*File_*.txt - Notepad'

image

Regards,

1 Like

It worked yayy!
Clicked run and no errors and all good👌🏻
Thank you so much😃

1 Like

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