Winium.Desktop icon indicating copy to clipboard operation
Winium.Desktop copied to clipboard

How can I click in the row of dataGridView to select a row?

Open andressalh opened this issue 7 years ago • 3 comments

How can I click in the row of dataGridView to select a row? I am using UnitTest in c# - Visual Studio.

andressalh avatar Jun 15 '18 23:06 andressalh

too abstract question, do you have any examples? Just find the id of your row and use selenium click method. UI automation is not related to unitetest, u need to open real application then navigate to required screen and click what you want.

heilwood avatar Jun 26 '18 11:06 heilwood

I found datagrid in Pane and in datagrid number of rows presents, am unable to handle rows

PreetiKaur20 avatar Sep 19 '18 07:09 PreetiKaur20

Encontré datagrid en el panel y en datagrid el número de filas presentes, no puedo manejar las filas

did you find an answer?

kellypat15 avatar May 29 '19 15:05 kellypat15