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:53 You could use something like this, With CSS Selector, By.cssSelector("td[class='someclass'][value='unique text']"); For more information on using css selector, See here 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You could use something like this,
With CSS Selector,
By.cssSelector("td[class='someclass'][value='unique text']");
For more information on using css selector, See here