gpt4 book ai didi

KarateUI - 按占位符属性查找输入

转载 作者:行者123 更新时间:2023-12-04 11:42:18 26 4
gpt4 key购买 nike

我一直无法按属性/属性查找元素。以下 UI 可见示例:

<input tabindex="0" placeholder="www.stuff.com/example" type="text" id="sub-selector-37" class="form-control" value="">

独特的部分是占位符文本。

我试过以下方法:

And waitFor('input[placeholder=www.stuff.com/example]')  - Error
And waitFor('input[placeholder="www.stuff.com/example"]') - Error
And waitFor('input[placeholder='www.stuff.com/example']') Finds nothing

还尝试了更直接的输入方式:

Then waitFor('{}Something else')
Then input('input[placeholder=www.stuff.com/example']', 'Stuff')

我希望这对我来说只是一个很好的旧 PEBKAC。任何建议将不胜感激。

最佳答案

给你,使用双引号和嵌套单引号:

And waitFor("input[placeholder='www.stuff.com/example']")

提示:使用调试器,您可以尝试 highlightAll('input') 之类的东西并缩小有效范围:https://twitter.com/KarateDSL/status/1252817691963830272

关于KarateUI - 按占位符属性查找输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62687457/

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