Page 1 of 1

Grid

Posted: Thu Oct 20, 2011 5:54 pm
by bhargav36
Hi,

I would like to know how to do the right click on a row in a grid/table ...

Thanks,

Re: Grid

Posted: Thu Oct 20, 2011 6:12 pm
by Ciege
Once you have the object you can issue a click on that object.
For example, if you have a cell object you can use the following code:

Code: Select all

cell.Click(MouseButtons.Right, Location.UpperCenter);

Re: Grid

Posted: Fri Oct 21, 2011 8:12 am
by Support Team
The "Mouse Action" in the Ranorex Recorder also provides the functionality to specify the mouse button to use.

Regards,
Alex
Ranorex Team