You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/assistive-touch-on-real-ios-browser.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,6 @@ import TabItem from '@theme/TabItem';
51
51
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.
52
52
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.
53
53
54
-
---
55
-
56
54
## Use Cases
57
55
58
56
- Navigate to the Home Screen after completing a flow (e.g., logout, relaunch).
@@ -61,15 +59,10 @@ This allows you to replicate gestures such as going to the Home Screen, opening
61
59
- Capture screenshots for UI validation or bug reporting.
62
60
- Simulate a shake gesture to test motion-based features.
63
61
64
-
---
65
-
66
62
## How It Works
67
-
68
63
Assistive Touch uses LambdaTest’s on-device instrumentation to emulate native iOS gestures via a simple **Assistive Actions** panel.
69
64
When triggered, each action behaves exactly as it would on a physical device, allowing accurate test scenarios without manual button presses.
70
65
71
-
---
72
-
73
66
### Key Features
74
67
75
68
- Works on **iPhones and iPads running iOS/iPadOS 14 and above**.
@@ -78,8 +71,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
78
71
- Hover tooltips (desktop) and toast confirmations for every action.
79
72
- Auto-disable unsupported actions with a “Not supported on this device” message.
80
73
81
-
---
82
-
83
74
## Supported Actions
84
75
85
76
| Action | Description |
@@ -90,8 +81,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
90
81
|**Screenshot**| Captures the current screen. |
91
82
|**Shake Gesture**| Simulates device shake for undo or motion triggers. |
92
83
93
-
---
94
-
95
84
## Using Assistive Touch in Manual Testing
96
85
97
86
**Step 1:** Start a manual testing session on a real iOS device in **App Live** or **Browser Live**.
import { YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY } from "@site/src/component/keys";
23
22
@@ -51,8 +50,6 @@ import TabItem from '@theme/TabItem';
51
50
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.
52
51
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.
53
52
54
-
---
55
-
56
53
## Use Cases
57
54
58
55
- Navigate to the Home Screen after completing a flow (e.g., logout, relaunch).
@@ -61,15 +58,11 @@ This allows you to replicate gestures such as going to the Home Screen, opening
61
58
- Capture screenshots for UI validation or bug reporting.
62
59
- Simulate a shake gesture to test motion-based features.
63
60
64
-
---
65
-
66
61
## How It Works
67
62
68
63
Assistive Touch uses LambdaTest’s on-device instrumentation to emulate native iOS gestures via a simple **Assistive Actions** panel.
69
64
When triggered, each action behaves exactly as it would on a physical device, allowing accurate test scenarios without manual button presses.
70
65
71
-
---
72
-
73
66
### Key Features
74
67
75
68
- Works on **iPhones and iPads running iOS/iPadOS 14 and above**.
@@ -78,8 +71,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
78
71
- Hover tooltips (desktop) and toast confirmations for every action.
79
72
- Auto-disable unsupported actions with a “Not supported on this device” message.
80
73
81
-
---
82
-
83
74
## Supported Actions
84
75
85
76
| Action | Description |
@@ -90,8 +81,6 @@ When triggered, each action behaves exactly as it would on a physical device, al
90
81
|**Screenshot**| Captures the current screen. |
91
82
|**Shake Gesture**| Simulates device shake for undo or motion triggers. |
92
83
93
-
---
94
-
95
84
## Using Assistive Touch in Manual Testing
96
85
97
86
**Step 1:** Start a manual testing session on a real iOS device in **App Live** or **Browser Live**.
0 commit comments