gpt4 book ai didi

javascript - 使用正斜杠定位 id

转载 作者:行者123 更新时间:2023-11-28 13:13:44 26 4
gpt4 key购买 nike

我有以下按钮:

<button id="Organisation/user" class="button-2xhG8" data-reactid=".0.2:$organization.0.0.2:$1/47">org</button>

我正在尝试使用以下方法单击它:

browser.waitForExist("#Organisation/user",10000)
browser.click("#Organisation/user")

无济于事。但以下方法确实有效:

 browser.waitForExist(".button-2xhG8",10000)
browser.click(".button-2xhG8")

我可以点击其他按钮,而无需在其 id 中使用正斜杠。如何找到该按钮?

最佳答案

您必须对属性中的特殊字符进行两次转义

browser.waitForExist("#Organisation\\/user",10000)

关于javascript - 使用正斜杠定位 id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40453621/

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