Hi All,
I want to select checkbox which is present inside grid . I tried using below methods but it didn't help :
1) | click on grid | GRID_NAME or GRID_NAME[INDEX] or [GRID_INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] |
2) | select grid | GRID_NAME or [GRID_INDEX] or GRID_NAME[INDEX] | row | [ROW_INDEX] |
Below is the sample screen. Please help and let me know your solutions .
Thanks,
Anu
Discussion posts and replies are publicly visible
I had the same issue, it was resolved with:
| populate grid | [GRID_INDEX] | column | COLUMN_NAME| row | [ROW_INDEX] | with value | |
This was exactly what I needed; worked like a charm. Thanks!