Why the notepad application cannot type anything?

Because UIPath is unable to find the Notepad window.
If title of the notepad is not matching, you will get this error.
Make the title attribute dynamic.
Set the value of title as

title='notepad*'

Regards,
Karthik Byggari

1 Like

@Swagasmini_Jena
It is not identifying proper Selectors. Please check for correct selectors.
Edit and Paste the following selectors in the “Type Into Activity”

<wnd app='notepad.exe' cls='Notepad' title='*' />
<wnd aaname='Text Editor' cls='Edit' />
<ctrl name='Text Editor' role='editable text' />

Hope this may work
Thanks!

cannot validted

validating but cannot type

Can u this

<wnd app='notepad.exe' cls='Notepad' title='*Notepad' />

Yes.

yup done thank you guys

yes done

@Swagasmini_Jena
Can u mark is as solution so that the topic gets close.
Thanks!

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