# Launch APP

iframe
## Node Parameters

- **[Package Name]** ([String](/rparobotic-process-automation/05-appendix/01-supported-field-types))
  - APP package name. You can find the Package Name of a specified APP via [Developer Tools](/rparobotic-process-automation/02-using-rpa/04-developer-tools)
- **[URI Address]** (Optional) ([String](/rparobotic-process-automation/05-appendix/01-supported-field-types))
  - Full name is Uniform Resource Identifier. URI depends on whether the APP has defined a URI. For example, TikTok's URI is the page link address.


## Output

- **Output Parameters**
  - None
- **Execution Log**
  - Start Time
  - End Time
  - Duration (ms)
  - Status (Success/Failure)


## Example

For example, open Goolge Play and jump to Tiktok's page. If you only need to open Goolge Play, you don't need to fill in the URI address.

| Field Name | Field Value |
|  --- | --- |
| **Package Name** | `com.android.vending` |
| **URI Address** | `https://play.google.com/store/search?q=tiktok&c=apps&hl=en` |


Node Output Parameters: None

## Common APP Package Names

| APP Name | Package Name |
|  --- | --- |
| TikTok (Main) | com.zhiliaoapp.musically or com.tiktok.android |
| TikTok Lite | com.ss.android.ugc.trill.lite |
| YouTube | com.google.android.youtube |
| Instagram | com.instagram.android |
| Facebook | com.facebook.katana |
| Facebook Lite | com.facebook.lite |
| X (Twitter) | com.twitter.android |
| X (Unofficial) | com.x.android |
| Threads | com.instagram.barcelona |
| WhatsApp | com.whatsapp Meta |
| WhatsApp Business | com.whatsapp.w4b |
| Snapchat | com.snapchat.android |
| Telegram | org.telegram.messenger |
| Telegram X | org.telegram.messenger.x |
| Reddit | com.reddit.frontpage |
| Chrome | com.android.chrome |


## Related Nodes

[Close APP](/rparobotic-process-automation/03-node/01-simulation-operations/02-close-app)