Skip to main content
Glama
pasteText.yaml571 B
appId: com.example.example --- - launchApp # For idempotence of sections - tapOn: 'Input Test' # Can paste - tapOn: id: 'textInput' - inputText: 'Foo' - copyTextFrom: id: 'textInput' - eraseText - assertNotVisible: 'Foo' - pasteText - assertVisible: 'Foo' # Can paste repeatedly - eraseText - inputText: 'bar' - copyTextFrom: id: 'textInput' - eraseText - pasteText - pasteText - assertVisible: 'barbar' # Copied Text cannot be overridden - eraseText - evalScript: ${maestro.copiedText = 'foo'} - pasteText - assertNotVisible: 'foo' - assertVisible: 'bar'

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server