gpt4 book ai didi

javascript - 根据 id 以外的属性查找元素

转载 作者:行者123 更新时间:2023-11-29 16:34:43 24 4
gpt4 key购买 nike

对于问题的简单性或笨拙,我深表歉意,但我现在才刚刚开始使用 Testcafe/JavaScript。

现在的问题是:- 我想在一个字段中输入一个值,在每次浏览器刷新时为其动态分配 id。- 因为 id 每次都改变,我必须在其他一些属性之后调用查找对象问题:在 Testcafe 中我该怎么做?

Testcafe 提出了这个代码:

"2.Type in input": function() {
act.type("#6287a1e6-prefix", "030");

和对象的属性是那些: enter image description here

提前致谢

最佳答案

您可以使用选择器根据name 属性找到它:

document.querySelector("input[name=Prefix]")

关于javascript - 根据 id 以外的属性查找元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52540415/

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