i am trying to click file and Save as to save a file, Bot is failing at save as click element Because after clicking file the drop down is also closing , so save as is not visable, how to handle this scenario.
Have you tried to use the select activity and change in the uiexplorer to apear the dropdown list then you have to indicate as the name in the drop down “Save as”?
If the above steps still do not work, you can try using the “Click OCR Text” activity instead of the “Click” activity to click on the “Save As” option. OCR Text is a reliable way to identify elements even if they are not visible on the screen.