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
@pankajs3
In that case you should have 2 click activity one with Mouse Button → BTN_RIGHT and other with BTN_LEFT
@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