【发布时间】:2021-09-06 21:03:49
【问题描述】:
我在 UI 中的文本是 "Resend in 48 sec" 其中 "48" 是一个动态计时器,因此我想使用包含和内部包含我正在使用正则表达式,但仍然无法找到元素
//*[contains(@content-desc,"Resend in .*?[0-9a-zA-Z]*[0-9][0-9a-zA-Z].* sec")]
【问题讨论】:
标签: selenium selenium-webdriver xpath appium appium-android