I tried doing the scenario mentioned below but could see that “Texts are not getting typed into the notepad”. Also, there is no error and the workflow works as expected except the text not being typed into.
Please help me knowing the exact issue as I am unable to find the same.
Scenario is as below:
Create a sequence that does the following Notepad automation:
Asks the user for the text to be typed.
Asks the user for the title under which the file should be saved.
Opens Notepad .
Types the user’s text.
Changes the font style to bold and its size to 16.
Navigates to Save as to save the file with the user’s title.
Edit: PFA workflow file below. Lesson4_Practice1.zip (127.3 KB)
Just make sure you are using selector properly, probably you need to use wildcards to make your selector flexible.
You can go through this link for more information.
Following link have the example of notepad.
I followed exactly the same written in the studio notes but couldn’t see the asterisk* coming up there. I have attached my workflow file. Please have a look.
Didn’t see any error. Check the selectors multiple times as commented by other but nothing works. I think I am missing something very silly here but couldn’t figure it out.