Created
December 19, 2018 12:57
-
-
Save zastress/87338b6d3d3f3b09961bd79709e048c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
${IOS-SECOND}= Open Application http://0.0.0.0:4726/wd/hub wdaLocalPort=8101 udid=${PARAMETER_SECOND_IOS_DEVICE} platformName=${PARAMETER_IOS_PLATFORM_NAME} platformVersion=${PARAMETER_IOS_PLATFORM_VERSION} deviceName=${PARAMETER_IOS_DEVICE_NAME} noReset=false automationName=XCUITest app=${CURDIR}/../../Resources/myapp.ipa | |
${MESSAGES-SECOND} = Open Application http://0.0.0.0:4728/wd/hub wdaLocalPort=8104 udid=${PARAMETER_SECOND_IOS_DEVICE} platformName=${PARAMETER_IOS_PLATFORM_NAME} platformVersion=${PARAMETER_IOS_PLATFORM_VERSION} deviceName=${PARAMETER_IOS_DEVICE_NAME} noReset=${PARAMETER_NO_RESET_FLAG} automationName=XCUITest bundleId=com.apple.MobileSMS | |
Switch Application ${IOS-SECOND} | |
Wait Until Page Contains Element My element |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment