How to switch activity when automating with Appium

Source: Internet
Author: User
Tags appium

In the case of using Appium, there are several different acitivity when executing a use case, the following is the method of switching acitivity within the app:

If you need to switch activity only once, you can do so by setting desired_caps[' appwaitactivity ' = ' xxxxxx '.

If you need to switch activity multiple times, this is done through the wait_activity () method in Webdriver.

Wait_activity ():

1 defWait_activity (self, activity, timeout, interval=1):2         """Wait for an activity:block until target activity presents3 or time out.4 5 This was an android-only method.6 7 : Agrs:8 -Activity-target Activity9 -Timeout-max wait time, in secondsTen -Interval-sleep interval between retries, in seconds One         """ A         Try: - webdriverwait (self, timeout, interval). Until ( -                 LambdaD:d.current_activity = =activity) the             returnTrue -         excepttimeoutexception: -             returnFalse

How to switch activity when automating with Appium

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.