gpt4 book ai didi

attributes - Nightwatch.js 使用数据属性

转载 作者:行者123 更新时间:2023-12-03 13:07:31 25 4
gpt4 key购买 nike

我是 nightwatch.js 的新手。我在 QA 工作,开发人员不想使用 id 或类进行自动化测试。他们想用 data-test .例如 data-test="nav-button" .

有没有办法在 nightwatch.js 中使用这个属性来查找元素和点击元素?

最佳答案

这实际上很简单。只要把data-test在元素类型后的方括号中。有关示例,请参见下文。在这些示例中, data-test 属性位于 anchor 标记中。
.waitForElementVisible('a[data-test=nav-button]')
.click(a[data-test=nav-button])

关于attributes - Nightwatch.js 使用数据属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47662616/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com