Edit: All three solutions given below worked perfectly. But I have to Mark only one as solution
I used Attach Window activity to click on “Format” menu option in NOTEPAD without using any Automatic Recorder and it worked as expected.
But then when I use Attach Window activity again to further click on “Font” option, I am unable to do so as the 2nd window(Submenu of Format) disappears. Below is the expected screenshot of the same but I couldn’t get that.
If you have succeeded with the click on format option then send the hotkey f it will open up the font window and in that case you do not need to click on Font.
As per my understanding, I think that will work only in case of automatic recorder. Here I am not using any automatic recorder. Simply using Attach window and Click activities in series to perform automation. Kindly correct If I am wrong.
In attach window’s ‘Do’ sequence, replace ‘Click’ activity with ‘Send HotKey’ activity with key as ‘f’.
This will give same results as clicking ‘font’ button.
Attach Window activity, use Indicator to Select the window
Inside the Attach Window activity use Click activity to click “Format”
Inside the SAME Attach Windows activity use Click activity to “invisible” element “Font”.
Use F2 to pause recording, click Format, and after 3 seconds click Font