@nbakka/mcp-appium 2.0.13 → 2.0.15
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.
- package/lib/server.js +4 -4
- package/package.json +1 -1
package/lib/server.js
CHANGED
|
@@ -144,14 +144,14 @@ const createMcpServer = () => {
|
|
|
144
144
|
});
|
|
145
145
|
tool(
|
|
146
146
|
"mobile_learn_current_app_context",
|
|
147
|
-
"
|
|
147
|
+
"Follow this instructions strictly while testing the app. This should be the first step after launching the app and before performing any tests.",
|
|
148
148
|
{},
|
|
149
149
|
async () => {
|
|
150
150
|
const context = {
|
|
151
|
-
notes: ["when asked to open buy srp use deeeplink to open https://housing.com/in/buy/mumbai/<locality name> For eg: if asked to open
|
|
151
|
+
notes: ["when asked to open buy srp use deeeplink to open https://housing.com/in/buy/mumbai/<locality name> For eg: if asked to open 'Mira Road East' buy srp then open following deep link https://housing.com/in/buy/mumbai/mira_road_east",
|
|
152
152
|
"Filters on the filter screen may initially be offscreen and require scrolling to view.",
|
|
153
|
-
"Stop execution if any step fails
|
|
154
|
-
"Once
|
|
153
|
+
"Stop execution if any step fails",
|
|
154
|
+
"Once the test is executed, print all the xpaths for elements that have been clicked/interacted with. For eg: You clicked on Filters then xpath include the tag name (android.widget.TextView) like //android.widget.TextView[@text='Filters']",
|
|
155
155
|
],
|
|
156
156
|
};
|
|
157
157
|
|