想要获取名为“spacer right big project card measure secondary info”的span类的值
<span class="spacer-right big project-card-measure-secondary-info">1</span>
代码段:文章源自玩技e族-https://www.playezu.com/179888.html
browser.waitForElementVisible('.spacer-right big project-card-measure-secondary-info', 1000)
.getText('.spacer-right big project-card-measure-secondary-info', (result) => {
console.log(result)
})
在控制台上不返回任何内容。文章源自玩技e族-https://www.playezu.com/179888.html 文章源自玩技e族-https://www.playezu.com/179888.html
未知地区 2F
这里有三节课 等级=“”;间隔棒右大项目卡测量辅助信息“;
右边是一个类
大是一门课
项目卡测量辅助信息是一个类
将其更改为 等级=“”;间隔棒右大项目卡测量辅助信息“;
未知地区 1F
我是Nightwatch产品团队的Vishal。请尝试使用 .右侧垫片。大的项目卡测量辅助信息 作为选择器,并让我们知道它是否有效。