Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是:是否可以编写一个 xpath,其中括号被解释为字符串的一部分?
只要我在contains函数中使用括号,我的 selenium 脚本就会一直失败。
contains
例如:
//li/div/span[contains(text(),"Komkommer (BONUS)")]
我也有同样的问题。它与编码有关。您的括号字符串可能具有与比较基数不同的编码。