开发者

How to click on a value in the table

开发者 https://www.devze.com 2023-03-12 13:03 出处:网络
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 theindex.

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消