Open Deep Link URL
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
Last updated