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/accessibility-settings-ios.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
id: accessibility-settings-ios
3
-
title: Accessibility Testing for iOS Devices
3
+
title: Accessibility Testing on iOS Devices
4
4
hide_title: false
5
5
sidebar_label: Accessibility Settings (iOS)
6
6
description: Ensure iOS app accessibility by testing text size, high-contrast, and reduce motion settings with real-time updates, notifications, and simplified animations.
@@ -42,18 +42,20 @@ import TabItem from '@theme/TabItem';
42
42
></script>
43
43
Accessibility testing ensures that mobile applications and web content are accessible to all users, including those with disabilities. On iOS devices, this involves testing various accessibility features like text size adjustments, contrast settings, and motion reduction.
44
44
45
-
This document outlines the accessibility settings features provided in Real Devices (iOS) at LambdaTest. These features ensure that applications are usable by individuals with various accessibility needs.
45
+
This document provides an overview of the accessibility features available on iOS devices within LambdaTest's Real Devices Cloud. With support for key features like text size adjustments, contrast settings, motion reduction, and more, you can ensure your applications are optimized for users with diverse accessibility needs.
46
46
47
47
## Accessibility Settings
48
-
iOS devices offer a range of accessibility features that can be enabled during setup and customized through the Settings app, as outlined in [Apple’s documentation](https://support.apple.com/en-in/guide/iphone/iph3e2e4367/ios).
48
+
iOS devices offer a range of accessibility features that can be enabled or disabled during setup and customized through the settings app, as outlined in [Apple’s documentation](https://support.apple.com/en-in/guide/iphone/iph3e2e4367/ios).
49
49
50
-
> This feature is supported in manual testing for both apps and browsers on iOS real devices.
50
+
Both Real Devices App and Browser testing now support these features to enable accessibility testing of your websites and applications.
51
51
52
-
## Steps to set accessibility settings:
52
+
## Accessing iOS accessibility settings
53
53
54
-
**Step 1 :** Go to the **Real Devices** > **App Testing** / **Browser Testing** <br />
55
-
**Step 2 :** Select the device-browser combination to start your test session. <br />
56
-
**Step 3 :** On the testing toolbar, click on the **iOS Settings** > **Accessibility**. <br />
54
+
**Step 1 :** Login to your LambdaTest account and navigate to **App Testing/Browser Testing** under Real Devices from the sidebar.
55
+
56
+
**Step 2 :** Select the device-browser combination to start your test session.
57
+
58
+
**Step 3 :** On the testing toolbar, click on the **iOS Settings** > **Accessibility**.
@@ -71,7 +73,6 @@ iOS devices offer a range of accessibility features that can be enabled during s
71
73
-**Larger Accessibility Settings :** When enabled, this option adjusts interface elements to be larger and more accessible without affecting the core layout of the device’s UI.
72
74
-**Text Size Adjustment :** A slider is provided to adjust the size of the text throughout the system. Users can move the slider to the right for larger text and to the left for smaller text. This feature benefits users who need larger fonts for readability across apps and system interfaces.
These accessibility settings allow iOS users to customize their device’s interface to match individual needs, improving usability and comfort. Whether adjusting text size or reducing motion,
94
+
These accessibility settings allow iOS users to customize their device’s interface to match individual needs, improving usability and comfort. Whether adjusting display, text size or reducing motion.
Copy file name to clipboardExpand all lines: docs/app-auto-network-throttling.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,14 @@ To utilize the **networkProfile** capability, ensure that you include `network:
137
137
138
138
#### iOS
139
139
140
-
- For **iOS** devices, offline mode cannot be set using the `networkProfile` capability. Instead, use the offline mode API by sending a cURL request within the running test session:
140
+
141
+
-**LambdaHook:** You can also switch to offline mode during the test execution with the following command:
@@ -147,13 +154,13 @@ To utilize the **networkProfile** capability, ensure that you include `network:
147
154
148
155
149
156
:::note
150
-
-**Network throttling** results may vary sometimes based on multiple factors including network conditions and device performance.
157
+
-**Network throttling** results may vary sometimes based on multiple factors including network conditions and device performance.4
151
158
152
159
-**Wrong Capability Name or Value:** Providing an incorrect capability value results in a bad request error with a descriptive message.
153
160
154
161
-**LambdaHook Error:** If you passany wrong value in LambdaHook, you will receive an error message.
155
162
156
-
- In offline mode, **live video** will not be available for the duration of the test session.
163
+
- In offline mode, **live video** will not be available for the duration of the iOS sessions.
157
164
:::
158
165
159
166
> In case you have any questions, feel free to share them with us.Our experts are available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24/7 Customer chat support**</span>. You can also drop us a mail at support@lambdatest.com. Happy testing! 🙂
0 commit comments