Chrome Extension Context Menu Fails

Hey team - got an issue trying to interact with a “Save As” context menu in Chrome.

Right click on a link to a file, context menu appears. Trying to get studio to capture the “Save As” (Or any item) in that popup context menu results in the error:
image

And yes, it is installed and otherwise working perfectly fine. Studio version 2020.4.1, Chrome build 84.0.4147.89

Am I missing something simple?

1 Like

Hi @AdamC

Welcome to Forum,

Follow the steps given in below thread

Mark as solution and like it if it helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Did you ever find a solution for this?

Same here, can’t use right-click menu in Chrome.
I’ve tried pressing F4 with different Frameworks for the selector.

image

Studio 2020.4.5

Edit - For some reason this manually written selector seems to work:

<wnd app='chrome.exe' cls='Chrome_WidgetWin_2' idx='*' />
<ctrl name='Save image as…' role='menu item' />