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 and then select
How to i do this activity
Thanks
Hi @vivek_sivam
click on MouseButton parameter of the click activity and you’ll see the options,
Then use 2 click activities by selecting respective MouseButton.
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
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.