Selectors on a drop down window

Does anyone have a suggestion in how to get valid selectors to get the SAVE AS under the arrow drop down menu?

Thanks

@RPANovice1,

Take two click activities to do this.
One is for clicking that down arrow icon and another one is to click Save As button.

Thank you for your response, but I forgot a few details in my issue. I have the first click selectors validated, however the issue is that when I go to choose Save As, I have to hit the arrow button before I can select Save As, so I am not sure how to get to the drop down menu without having to hit the arrow first…

Hi, personally for me in this scenario, I would use Hot Keys as they’ve worked perfectly for me in the past.

  1. Use Click activity to click on Arrow on Save button
  2. Again use Click activity, this time before selecting any button hit F2 keys for 5 seconds delay to select the element. In that 5 seconds time click on Save button arrow and move cursor/ mouse pointer to Save As. Once 5 seconds are over click on Save As.

Thank you all for your suggestions. I am very appreciative!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.