@nbakka/mcp-appium 2.0.3 → 2.0.5
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 +1 -0
- package/package.json +1 -1
package/lib/server.js
CHANGED
|
@@ -146,6 +146,7 @@ const createMcpServer = () => {
|
|
|
146
146
|
tool("mobile_list_elements_on_screen", "List elements on screen and their coordinates, with display text or accessibility label. Do not cache this result.", {}, async ({}) => {
|
|
147
147
|
requireRobot();
|
|
148
148
|
const elements = await robot.getElementsOnScreen();
|
|
149
|
+
console.log(elements)
|
|
149
150
|
const result = elements.map(element => {
|
|
150
151
|
const out = {
|
|
151
152
|
type: element.type,
|