When I am trying to identify and select the “Save as” button in notepad for click automation, the button is not getting selected. Instead, it is getting clicked and the next screen is getting displayed. My step by step flow is as follows:
Using click activity select the “File” button on the ribbon.
Using the click activity and by pausing the identification by 5 seconds(Using F2), trying to select the “Save as” button. But as soon as I click on save as button in order to select it, it is actually getting clicked and control is moving to the next screen.
@Surya_Chandra_Lagisetti Try to use send hotkey activity and next, select the folder where you want to save. Go through this you will sort out your problem Example.xaml (9.7 KB)
The code is very detailed. Thank you very much for the effort. The problem which I mentioned above is in Studio X and in there I’ve been trying to use the click activity. Unfortunately, we don’t have “Do”, “Send hot keys” activities in Studio X.
Hii… @Surya_Chandra_Lagisetti can share screenshot of your code, i tried in studio x it working fine for me but didn’t get any issues while running the code…
@gulshiyaa, this method is very interesting and useful for my future works. Thanks for this topic. However, in my case, my issue is I am not able to select the “Save as” field which is inside the “File” from menu options. I have attached a video in reply to @vamsiyeluri’s comment, kindly check it once for clear understanding.