Skip to content

Commit f089376

Browse files
Updated documentation
1 parent d1f1248 commit f089376

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/apple-pay-auto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Currently, the Device Passcode feature in App Automation is enabled on the follo
5555
| Capability | Type | Default | Required / Optional | Description |
5656
|----------------------------|------------|---------|---------------------|---------------------------------------------------------------------------------------------|
5757
| **applePay** | Boolean | true | Mandatory | Enables Apple Pay provisioning including Wallet, Sandbox card, AssistiveTouch, and Passcode on supported real iOS devices. |
58-
| **applePayCardType** | Array | None | Optional | Specify preferred payment networks. Currently, you can choose from four supported cards: ["American Express", "Visa", "MasterCard", "Discover Global Network"].|
58+
| **applePayCardType** | Array | None | Optional | Specify preferred payment networks. Currently, you can choose from four supported cards: ["amex", "visa", "master", "discover"].|
5959

6060
---
6161

@@ -88,7 +88,7 @@ To enable Apple Pay automation, include the following capability in your automat
8888
// highlight-next-line
8989
"applePay": true,
9090
// highlight-next-line
91-
"applePayCardType": ["Visa", "Mastercard"],
91+
"applePayCardType": ["visa", "master"],
9292
}`}
9393
</CodeBlock>
9494
</TabItem>

docs/playwright-android-guide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords:
1313
- playwright android
1414

1515
url: https://www.lambdatest.com/support/docs/playwright-android/
16-
site_name: LambdaTest
16+
site_name: LambdaTestc
1717
slug: playwright-android/
1818
---
1919
<script type="application/ld+json"
@@ -46,8 +46,11 @@ Playwright is a Node.js library that uses a single API to automate Chromium, Fir
4646

4747
LambdaTest allows you to run Playwright tests across 100+ different android devices. This guide will cover the basics of getting started with Playwright testing on android devices on the LambdaTest platform.
4848

49+
:::tip
50+
- To run test using Playwright android, we currently support versions from `1.20.0` to `1.56.1`
51+
- excluding `1.54.0` which is not supported.
52+
:::
4953

50-
*You can run tests using Playwright versions **1.20.0** to **1.53.2**.*
5154

5255
## Prerequisites
5356
***

0 commit comments

Comments
 (0)