enhancementhelp wanted
仓库指标
- Star
- (5,632 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I currently need to use 2 lines to wait not the golbal timeout:
text = 'play'
timeout = 30
device(textMatches=text).wait(timeout)
element = self.device(textMatches=text)
Is there a better solution, to wait for element existance ?