Unable to save as browser page by using right click

I want to save browser page page by using right click and save as .

Hi @pankajs3

Use click activity and set it as Btn_Right_Click

(or)

Use send hot key and make it as CTRL+S

Thanks
Ashwin S

1 Like

Hi @pankajs3
Check this
image

@AshwinS2
No, i don’t want to use hotkey.
I want to use click activity click on save as…

image

@pankajs3
In that case you should have 2 click activity one with Mouse Button → BTN_RIGHT and other with BTN_LEFT

Hi @pankajs3

Use Btn right and use click activity again with aaname in the selector

Thanks
Ashwin S

@AshwinS2, @Arvind21
I am using as you are saying but that pop up window disappear before click on “Save as” button.

Hi @pankajs3

do one thing when doing button right click use while condition inside while use send hot key as down
and then press enter
Thanks
Ashwin S