powered by
Simulate the release of mouse button held by mouse.click.
mouse.click
mouse.release(button = "left")
character. Allowed values are "left" and "right".
left
right
# NOT RUN { # right mouse click and hold mouse.click(button = "right", hold = TRUE) # release right click mouse.release(button = "right") # }
Run the code above in your browser using DataLab