How to “wait to activity” using Appium, on begin and during test itself?

前端 未结 7 1563
挽巷
挽巷 2020-12-31 04:06

I\'m starting an already installed app using appium.

After my driver is initialized. How do I make it poll-wait till certain activity is displayed?

I saw onl

7条回答
  •  耶瑟儿~
    2020-12-31 04:54

    I would suggest you to use WebDriverWait. Thread.sleep() is not a good way to use in your test scripts

提交回复
热议问题