Skip to content

Instantly share code, notes, and snippets.

@zastress
Created December 19, 2018 12:57
Show Gist options
  • Save zastress/87338b6d3d3f3b09961bd79709e048c9 to your computer and use it in GitHub Desktop.
Save zastress/87338b6d3d3f3b09961bd79709e048c9 to your computer and use it in GitHub Desktop.
${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