Mouse left and right click

Hi Guys,
Using mouse how to select left click and then right click.
For ex: First i want’s to select file name(using left click) and then do right click activity after that select on image and then select image
How to i do this activity
Thanks

Hi @vivek_sivam
click on MouseButton parameter of the click activity and you’ll see the options,

image

Then use 2 click activities by selecting respective MouseButton. :slight_smile:

1 Like

Hi @samir
Thanks, In which select i need to use double click activity.
I have use first click activity to select the file name
and then how to i use

@vivek_sivam

You don’t need to use double click as click_type.

This can be achieve, using click activity with MouseButton parameter as BTN_RIGHT, here you don’t need 2 clicks as you can right click on that file without selecting it.