Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions docs/assistive-touch-on-real-ios-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ import TabItem from '@theme/TabItem';
LambdaTest's **Assistive Touch** feature enables you to perform key system-level actions directly from the testing toolbar during manual sessions on real iPhones and iPads.
This allows you to replicate gestures such as going to the Home Screen, opening the Notification Center, taking screenshots, and more without pressing physical device buttons.

---

## Use Cases

- Navigate to the Home Screen after completing a flow (e.g., logout, relaunch).
Expand All @@ -61,15 +59,10 @@ This allows you to replicate gestures such as going to the Home Screen, opening
- Capture screenshots for UI validation or bug reporting.
- Simulate a shake gesture to test motion-based features.

---

## How It Works

Assistive Touch uses LambdaTest’s on-device instrumentation to emulate native iOS gestures via a simple **Assistive Actions** panel.
When triggered, each action behaves exactly as it would on a physical device, allowing accurate test scenarios without manual button presses.

---

### Key Features

- Works on **iPhones and iPads running iOS/iPadOS 14 and above**.
Expand All @@ -78,8 +71,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
- Hover tooltips (desktop) and toast confirmations for every action.
- Auto-disable unsupported actions with a “Not supported on this device” message.

---

## Supported Actions

| Action | Description |
Expand All @@ -90,8 +81,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
| **Screenshot** | Captures the current screen. |
| **Shake Gesture** | Simulates device shake for undo or motion triggers. |

---

## Using Assistive Touch in Manual Testing

**Step 1:** Start a manual testing session on a real iOS device in **App Live** or **Browser Live**.
Expand Down
11 changes: 0 additions & 11 deletions docs/assistive-touch-on-real-ios-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ url: https://www.lambdatest.com/support/docs/assistive-touch-on-real-ios-devices
site_name: LambdaTest
slug: assistive-touch-on-real-ios-devices/
---

import CodeBlock from '@theme/CodeBlock';
import { YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY } from "@site/src/component/keys";

Expand Down Expand Up @@ -51,8 +50,6 @@ import TabItem from '@theme/TabItem';
LambdaTest's **Assistive Touch** feature enables you to perform key system-level actions directly from the testing toolbar during manual sessions on real iPhones and iPads.
This allows you to replicate gestures such as going to the Home Screen, opening the Notification Center, taking screenshots, and more without pressing physical device buttons.

---

## Use Cases

- Navigate to the Home Screen after completing a flow (e.g., logout, relaunch).
Expand All @@ -61,15 +58,11 @@ This allows you to replicate gestures such as going to the Home Screen, opening
- Capture screenshots for UI validation or bug reporting.
- Simulate a shake gesture to test motion-based features.

---

## How It Works

Assistive Touch uses LambdaTest’s on-device instrumentation to emulate native iOS gestures via a simple **Assistive Actions** panel.
When triggered, each action behaves exactly as it would on a physical device, allowing accurate test scenarios without manual button presses.

---

### Key Features

- Works on **iPhones and iPads running iOS/iPadOS 14 and above**.
Expand All @@ -78,8 +71,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
- Hover tooltips (desktop) and toast confirmations for every action.
- Auto-disable unsupported actions with a “Not supported on this device” message.

---

## Supported Actions

| Action | Description |
Expand All @@ -90,8 +81,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
| **Screenshot** | Captures the current screen. |
| **Shake Gesture** | Simulates device shake for undo or motion triggers. |

---

## Using Assistive Touch in Manual Testing

**Step 1:** Start a manual testing session on a real iOS device in **App Live** or **Browser Live**.
Expand Down
Loading