macheshmeh
2 years agoContributor
How to click last row of the grid?
I want to click on the first cell from the last row in the table ? with Spy , i can fond the name of last row but because the last number of the row depends to the data and data every time change , i...
- 2 years ago
I found the solution , with rowCount , i found the number of row , and in adress of Object i used the full name and instead of the number of row i wrote rowCount and it works