diff --git a/assets/images/appium-app/application/automation-upload.gif b/assets/images/appium-app/application/automation-upload.gif
new file mode 100644
index 000000000..0353cbdcc
Binary files /dev/null and b/assets/images/appium-app/application/automation-upload.gif differ
diff --git a/assets/images/appium-app/application/real-device-upload.gif b/assets/images/appium-app/application/real-device-upload.gif
new file mode 100644
index 000000000..b3f762ec0
Binary files /dev/null and b/assets/images/appium-app/application/real-device-upload.gif differ
diff --git a/docs/app-auto-network-throttling.md b/docs/app-auto-network-throttling.md
index 611422776..1c37c5917 100644
--- a/docs/app-auto-network-throttling.md
+++ b/docs/app-auto-network-throttling.md
@@ -1,7 +1,7 @@
---
id: app-auto-network-throttling
title: Network Throttling
-hide_title: true
+hide_title: false
sidebar_label: Network Throttling
description: Now validate your mobile applications over low latency networks (2G/3G/LTE) or in offline mode with varying upload and download speeds. LambdaTest empowers you to simulate these mobile network conditions through its desired capabilities, ensuring comprehensive testing of your mobile applications.
keywords:
@@ -50,25 +50,11 @@ import TabItem from '@theme/TabItem';
})
}}
>
-
-# Network Throttling
-
-***
In Appium testing, assessing your app's performance under diverse network conditions (2G/3G/LTE) and offline scenarios, is crucial. Fluctuating upload and download speeds can significantly impact your app's behavior across different devices.
LambdaTest simplifies testing by enabling simulation of diverse network conditions. Whether starting with defaults or custom profiles, these features replicate real-world scenarios, proving invaluable for Appium tests. The device maintains uninterrupted internet connectivity throughout, ensuring a reliable testing experience for your mobile applications.
-## Objectives
-----
-
-By the end of this guide, you will learn how to:
-- Initialize a test session with predefined network profiles.
-- Dynamically change network profiles during test execution using LambdaHooks.
-- Define and implement custom network profiles.
-- Reset the network profile to default settings.
-
## Workflow
-----
### Initialization
- **Capability:** Initiate a test session with predefined network profiles using the `networkProfile` capability. Example:
@@ -137,12 +123,13 @@ To utilize the **networkProfile** capability, ensure that you include `network:
#### iOS
-
- **LambdaHook:** You can also switch to offline mode during the test execution with the following command:
```python
driver.execute_script("updateNetworkProfile=offline")
```
+## Toggle Offline/Online Mode via API
+
- For both iOS and android devices you can use the offline/online mode API as well within the running test session:
```bash
@@ -152,7 +139,6 @@ To utilize the **networkProfile** capability, ensure that you include `network:
--data '{"mode": "offline"}'
```
-
:::note
- **Network throttling** results may vary sometimes based on multiple factors including network conditions and device performance.4
diff --git a/docs/application-setup-via-api.md b/docs/application-setup-via-api.md
index 59e547385..e661a62d2 100644
--- a/docs/application-setup-via-api.md
+++ b/docs/application-setup-via-api.md
@@ -61,7 +61,7 @@ The maximum size for application should not exceed 1GB.
| `storage` | `-F "storage=file"`
DEFAULT: `url` | Used to change the way LambdaTest stores the link.
Used when we Upload using App URL |
| `visibility` | `-F "visibility=team"`
DEFAULT: `individual` | Used to change the visibility of the application being uploaded. Once the app is uploaded using the `team`, everyone in the organisation can use the same URL to run the tests. |
-### Using App File:
+### Using App File
+
+> Learn how to [Upload Apps on LambdaTest’s Real Device Cloud](/support/docs/upload-apps-on-real-device-cloud/) in detail.
+
+## via Automation
+- **Access the App Automation Dashboard :** Log in to your LambdaTest account and navigate to the [App Automation Dashboard](https://appautomation.lambdatest.com/build).
+- **Upload the Application :** Click the Browse File button in the App tab under the Real Device or Virtual Device section. Select your application file from your local system:
+ - **Android :** Upload a `.aab` or `.apk` file.
+ - **iOS :** Upload an `.ipa` file.
+- **Copy the App URL :** After uploading, an `app_url` will be generated (format: `"lt://
\ No newline at end of file
diff --git a/docs/desired-capabilities-in-appium.md b/docs/desired-capabilities-in-appium.md
index 891589d44..c000839eb 100644
--- a/docs/desired-capabilities-in-appium.md
+++ b/docs/desired-capabilities-in-appium.md
@@ -78,7 +78,7 @@ By setting these parameters, QAs can ensure that the Appium server accurately ta
| queueTimeout | TYPE: Integer