diff --git a/docs/apis-for-app-testing.md b/docs/apis-for-app-testing.md
index 4b099807..7b80ec28 100644
--- a/docs/apis-for-app-testing.md
+++ b/docs/apis-for-app-testing.md
@@ -17,6 +17,8 @@ import CodeBlock from '@theme/CodeBlock';
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import RealDeviceTag from '../src/component/realDevice';
+import VirtualDeviceTag from '../src/component/virtualDevice';
-
+
In this documentation, we look at some APIs that will help you optimize your mobile app testing workflow. If you are performing live or automated app testing, you can use these APIs in your scripts to perform various actions.
## Fetching The Devices Available for Testing
-
+
To fetch the Devices that are available for running Tests.
@@ -86,7 +88,8 @@ Shown below is the response to the above cURL request.
```
## Generate publicly shareable build and test links
-
+
+
To generate public **shareable build link**, run the below cURL command.
diff --git a/docs/appium-firebase-app-upload.md b/docs/appium-firebase-app-upload.md
index 4947980a..c7c2164b 100644
--- a/docs/appium-firebase-app-upload.md
+++ b/docs/appium-firebase-app-upload.md
@@ -17,7 +17,6 @@ url: https://www.lambdatest.com/support/docs/appium-firebase-app-upload/
site_name: Uploading app via Firebase
slug: appium-firebase-app-upload/
---
-
**Firebase** is a platform developed by **Google** for creating mobile and web applications. **LambdaTest cloud platform** provides you various methods to upload your files on a real device like from playstore and appstore. Uploading an app through Firebase is one such method.
## How to Start with Firebase
diff --git a/docs/appium-flutter-integration.md b/docs/appium-flutter-integration.md
index a21bdcd9..6ac28d40 100644
--- a/docs/appium-flutter-integration.md
+++ b/docs/appium-flutter-integration.md
@@ -32,7 +32,7 @@ After preparing your Flutter app with this integration (refer to the setup docum
---
-## Native Flutter Integration Driver vs Appium Flutter Integration Driver
+## Native Flutter Integration Driver vs Appium Flutter Integration Driver
| Feature / Use Case | Native Flutter Driver | Appium Flutter Integration Driver |
|----------------------------------------------------|----------------------|----------------------------------|
diff --git a/docs/appium-install-uninstall-hook.md b/docs/appium-install-uninstall-hook.md
index d7da1c2d..010ca159 100644
--- a/docs/appium-install-uninstall-hook.md
+++ b/docs/appium-install-uninstall-hook.md
@@ -44,6 +44,12 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import RealDeviceTag from '../src/component/realDevice';
+import VirtualDeviceTag from '../src/component/virtualDevice';
+
+
+
+
## Introduction
diff --git a/docs/appium-lambdaHooks.md b/docs/appium-lambdaHooks.md
index 34893a3d..8c4b65d6 100644
--- a/docs/appium-lambdaHooks.md
+++ b/docs/appium-lambdaHooks.md
@@ -46,8 +46,13 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import RealDeviceTag from '../src/component/realDevice';
+import VirtualDeviceTag from '../src/component/virtualDevice';
+
+
+
This document will help you provide lambdahooks which can be used to improve your test scripts to easily debug your test cases for **App Automation on Real Devices** on **LambdaTest Cloud**.
diff --git a/docs/appium-uploading-retrieving-files.md b/docs/appium-uploading-retrieving-files.md
index 0dbc2892..0e5fc73c 100644
--- a/docs/appium-uploading-retrieving-files.md
+++ b/docs/appium-uploading-retrieving-files.md
@@ -24,6 +24,9 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import RealDeviceTag from '../src/component/realDevice';
+
+
+
-
+
Flutter, an open-source UI toolkit created by Google, is a popular choice among developers to build natively compiled applications for mobile, web, and desktop from a single codebase. With Dart as its programming language, Flutter enables fast development of beautiful apps with a highly productive, extensible and open-source set of features.
In this guide, we will explore how to run your first Flutter Dart test on an Android device using the LambdaTest Real Device Cloud. By combining the capabilities of Flutter Dart and LambdaTest, you can ensure the proper functioning of your app across different devices and make your app more reliable and robust.
diff --git a/docs/getting-started-with-flutter-dart-ios-automation.md b/docs/getting-started-with-flutter-dart-ios-automation.md
index de42ede2..2c565586 100644
--- a/docs/getting-started-with-flutter-dart-ios-automation.md
+++ b/docs/getting-started-with-flutter-dart-ios-automation.md
@@ -45,7 +45,7 @@ import VirtualDeviceTag from '../src/component/virtualDevice';
}}
>
-
+
Flutter, an open-source UI toolkit created by Google, is a popular choice among developers to build natively compiled applications for mobile, web, and desktop from a single codebase. With Dart as its programming language, Flutter enables fast development of beautiful apps with a highly productive, extensible and open-source set of features.
In this guide, we will explore how to run your first Flutter Dart test on an iOS device using the LambdaTest Real Device Cloud. By combining the capabilities of Flutter Dart and LambdaTest, you can ensure the proper functioning of your app across different devices and make your app more reliable and robust.
diff --git a/docs/supported-appium-plugins.md b/docs/supported-appium-plugins.md
index aedf5273..2387cb02 100644
--- a/docs/supported-appium-plugins.md
+++ b/docs/supported-appium-plugins.md
@@ -24,6 +24,9 @@ slug: supported-appium-plugins/
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import NewTag from '../src/component/newTag';
+import RealDeviceTag from '../src/component/realDevice';
+
+
+
# Setting up timezone on Real Devices
-
+
+
In automated testing with Appium on LambdaTest, configuring the timezone accurately is crucial for precise testing scenarios. LambdaTest provides support for various timezones, allowing users to customize their testing environments to meet specific requirements.
By default, the timezone for Appium testing on LambdaTest is selected based on the device's default settings. However, users have the flexibility to explicitly specify the timezone using the **timezone** capability in their desired capabilities.