Right Click Of Mouse Not Working

Hi All,

For my automation, I need to use right click and download excel. But here my mouse right click is not work even after making Mouse Button as Right.

Please share screenshot of your workflow

@Anonymouss

Hi @dutta.marina

can you share your website details.

is that mandate to click with right cursor, have you tried with simulate click off and on also click type with double.

@Baskar_Gurumoorthy

Yea it works only with right click.

@dutta.marina can you please try below trouble shoots.
Please try input type as Send Window Message while clicking on Reload button. Default is not working for me. You can also try sending hotkey ctrl+R to reload the page.

If you want to open any link in new tab, then try ctrl+Click on that particular link instead of normal click or trying right click and then Open in new tab.
In key modifiers property of click, you can check ctrl to perform above action.

also an alternate option. can you try with click Text activity.

image

even though its not an image can you try with click image activity too.

Hope it helps!!!