From 077c9e56bfac690f4e5953c492ca87ae2aeea26f Mon Sep 17 00:00:00 2001 From: pushkarbw Date: Tue, 16 Sep 2025 13:16:16 +0530 Subject: [PATCH 1/2] Updated prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6846334..8dadb89 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ As of now we support 20 tools. **Prompt example** ```text - Take a screenshot of my app on Google Pixel 6 with Android 14 while testing on App Automate. App file path: /Users/xyz/app-debug.apk + Take a screenshot of my app on Google Pixel 6 with Android 12 while testing on App Automate. App file path: /Users/xyz/app-debug.apk ``` 15. `runAppTestsOnBrowserStack` — Run automated mobile tests (Espresso/XCUITest, etc.) on real devices. From 84c7f9ee8099bbb9e67fff1c2c3ddd422b66a87c Mon Sep 17 00:00:00 2001 From: pushkarbw Date: Tue, 16 Sep 2025 13:17:49 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e9003..e84d6b2 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ As of now we support 20 tools. **Prompt example** ```text - Run Espresso tests from /tests/checkout.zip on Galaxy S21 and Pixel 6 with Android 14. App path is /apps/beta-release.apk under project 'Checkout Flow' + Run Espresso tests from /tests/checkout.zip on Galaxy S21 and Pixel 6 with Android 12. App path is /apps/beta-release.apk under project 'Checkout Flow' ``` ---