Manish
Manish

Reputation: 1

How to click on a value in the table

I want top click a value in the dynamic table where my values location can be anywhere depends on the login user permission. so I can't go with the index. I need to search that value by text and need to click on it.

When I am doing it through IDE, it's doing type function will is not resolving my problem, when I am converting type methoc into click then it's going with .

Plz help me on this.

Upvotes: 0

Views: 78

Answers (1)

Elena
Elena

Reputation: 366

Perhaps, you have possibility to use javascript library like JQuery, for instance, and get your table's cell using its selectors. I think it will be the simple way.

Upvotes: 2

Related Questions