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:48 We can create a XPath something like the below: //td[contains(text(), 'unique text')] 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
We can create a XPath something like the below:
//td[contains(text(), 'unique text')]