How to performed Right Click with Autopy.
In autopy we perform mouse left click by
autopy.mouse.click() #to perform left click
how to perform Right click with autopy or is there any other way to perform right click.
I tried following way but not working.
autopy.mouse.click(Button = "RIGHT")
autopy.mouse.click("RIGHT_BUTTON")