For the following element, how to find it by the value of the td using css selector? In this case it\'s \"unique text\"
6条回答 無奈伤痛 (楼主) 2021-01-13 07:40 You may use the CSS method to locate the element by its class name. css=".someclass" See more examples here. 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You may use the CSS method to locate the element by its class name.
css=".someclass"
See more examples here.