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:

  1. launchApp: "com.apple.mobilesafari"

  2. tapOn: "Search or enter website name"

  3. type: "https://websiteurl.com/"

  4. press: Enter

Last updated