gpt4 book ai didi

python - 断言python Appium中的特殊字符

转载 作者:行者123 更新时间:2023-11-29 12:04:43 25 4
gpt4 key购买 nike

如何使用 Appium 在 python 中断言特殊字符。我试图更改文本编码但它没有帮助,默认情况下我使用的是 UTF-8 文本编码 (Eclipse)

我想断言下面提到的文本:

文本:Köp avslutat

我的文本 xpath 是:

Xpath://UIAApplication[1]/UIAWindow[4]/UIAStaticText[1]

我的代码在这里:

try:
assert_var = self.driver.find_element_by_xpath("//UIAApplication[1]/UIAWindow[4]/UIAStaticText[1]")

return assert_var.text == "Köp avslutat"
WebdriverWait(self.driver, 10).until(EC.presence_of_element_located(xpath of element))

except:
raise NoSuchElementException("Unable to locate assert text")

最佳答案

我想通了,有Unicode字符编码和Python使用不同的编码

www.fileformat.info/info/unicode/char/0308/index.htm

它适用于:u*ko\u0308p avslutat"

关于python - 断言python Appium中的特殊字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35461920/

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