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
@@ -87,8 +88,7 @@ Currently, Apple Pay manual testing in App Live is supported on these iOS real d
87
88
Within the App Live session, you can use Apple Pay via the **Assistive Touch** option. Simply click on Apple Pay, and you will be prompted to enter the device passcode (default is `123456`). Once the passcode is entered, you can complete a payment through Apple Pay, simulating a real user transaction.
88
89
89
90
:::info
90
-
- If the **Wallet** is not set up on the device, the **Apple Pay** option will not appear through **Assistive Touch**. Please ensure Wallet is configured before attempting to access Apple Pay.
91
-
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session with the desired card.
91
+
- Within a single session, only one card can be selected. To switch cards, you’ll need to start a new session and continue adding your desired card.
Copy file name to clipboardExpand all lines: docs/lambdatest-public-ip.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,15 +149,17 @@ Configure it as an **outbound** allow rule.
149
149
150
150
### Hostnames
151
151
152
-
| Hostname |
153
-
|----------|
152
+
| Hostname |
153
+
|----------------------------|
154
154
|`stun-us-2.lambdatest.com`|
155
155
|`stun-ap-2.lambdatest.com`|
156
156
|`stun-eu-2.lambdatest.com`|
157
157
|`stun-us-1.lambdatest.com`|
158
158
|`stun-as-1.lambdatest.com`|
159
159
|`stun-eu-1.lambdatest.com`|
160
160
161
+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
162
+
161
163
162
164
## Guacamole Servers {#guacamole-servers-ips}
163
165
@@ -189,6 +191,19 @@ Whitelist these IP addresses to allow WebSocket (WS/WSS) communication for devic
189
191
|`54.254.173.86`|
190
192
191
193
194
+
## SSE Connections {#sse-connections-ips}
195
+
196
+
Whitelist these domains to allow Server-Sent Events (SSE) streaming, which delivers real-time session, device, and test execution updates to your browser or client. Configure them as **outbound** allow rules.
197
+
198
+
| Hostname |
199
+
|---------------------------------|
200
+
|`kaneaivm-india.lambdatest.com`|
201
+
|`kaneaivm-us.lambdatest.com`|
202
+
|`device.lambdatest.com`|
203
+
204
+
Instead of adding each hostname individually, you can whitelist the wildcard domain **`*.lambdatest.com`** to allow all of them at once.
205
+
206
+
192
207
:::note
193
208
- If you prefer not to whitelist the product-specific public IP ranges listed below, consider using a **Dedicated Proxy**.
0 commit comments