@nbakka/mcp-appium 2.0.31 → 2.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ Only use the locator data from the Google Sheet at the end while generating test
4
4
  Project dedicated page deeplink -> https://housing.com/in/buy/projects/page/319874-sunteck-sky-park-by-sunteck-realty-limited-in-mira-road-east
5
5
  Filters on the filter screen may initially be offscreen and require scrolling to view.
6
6
  Stop execution if any step fails.
7
+ IMPORTANT: If the element you looking for is not present you can use swipe
7
8
  (Remember this properly - Very important) After the execution is successful/completed, do NOT analyze what you found or did; only generate Appium code.
8
9
  Print the Java/Appium code. In our framework, we use the following methods:
9
10
  - waitForElementToBeVisible("locator_key", Wait.SHORT); locator_key is locator key and wait can be SHORT, MEDIUM, or LONG.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"