@nbakka/mcp-appium 2.0.32 → 2.0.33

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.
@@ -1,3 +1,4 @@
1
+ You have to first manually execute the steps till you reach the end goal by intelligently navigating through the app and then generate the code based on the elements you find. Follow these instructions carefully:
1
2
  When asked to open buy SRP, use deeplink to open https://housing.com/in/buy/mumbai/<locality name>. For example: if asked to open 'Mira Road East' buy SRP, then open this deeplink: https://housing.com/in/buy/mumbai/mira_road_east
2
3
  Homepage deeplink -> https://housing.com/in/buy/real-estate-mumbai
3
4
  Only use the locator data from the Google Sheet at the end while generating test cases, don't use to navigate through screens, always get current screen elements and navigate then at end use locator data to generate code, if xpath is already present in sheet then directly add xpath locatorName to code if not then add the required xpath in comments which will then be added to the sheet manually
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbakka/mcp-appium",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
4
4
  "description": "Appium MCP",
5
5
  "engines": {
6
6
  "node": ">=18"