Winium.Desktop
Winium.Desktop copied to clipboard
How can I click in the row of dataGridView to select a row?
How can I click in the row of dataGridView to select a row? I am using UnitTest in c# - Visual Studio.
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.
I found datagrid in Pane and in datagrid number of rows presents, am unable to handle rows
Encontré datagrid en el panel y en datagrid el número de filas presentes, no puedo manejar las filas
did you find an answer?