Purpose: Opens a specific deep link within the app using a URL.
Syntax:
openLink:“url”
Example: To open the profile page via deep link
openLink:“myapp://profile”
Note: This command only applies to Android devices. It will have no effect on iOS. Opening a deeplink in iOS involves multiple steps:
launchApp: "com.apple.mobilesafari"
tapOn: "Search or enter website name"
type: "https://websiteurl.com/"
press: Enter
Note:
This command only applies to Android devices. It will have no effect on iOS. Opening a deeplink in iOS involves multiple steps:
type: "https://weebsiteurl.com/arrow-up-right"
Last updated 8 months ago