Write on Existing NotePad

Hi ,

I am new to UI Path and studying the basic developer notes in UIPath , In Lesson 2 Notepad excercise i am able to launch Note pad but unable to write on that .
Steps i have followed : Input Dialog box with option yes,No
Decision to check Yes then goes to True Path to Open Note pad
Open Application (File Name : My Notepad Path , Selector : <wnd app='notepad.exe' cls='Notepad' title='’* - Notepad’' /> )
Write Text File activity i have used
Please help on this

Thanks
Leela
 

bnastase

Member
Hi

I think the wildcard * is not on the right spot. Try <wnd app='notepad.exe' cls='Notepad' title='*’ - Notepad’' />

Bobby
 
Top