Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

interact_with_element

Generate Robot Framework code to interact with web elements using selectors, actions, and values. Outputs .robot file content without execution for test automation.

Instructions

Generate Robot Framework code to interact with web elements. Returns .robot file content as text - does not execute.

Input Schema

NameRequiredDescriptionDefault
actionNoclick
selectorYes
valueNo
wait_timeoutNo

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "click", "title": "Action", "type": "string" }, "selector": { "title": "Selector", "type": "string" }, "value": { "default": "", "title": "Value", "type": "string" }, "wait_timeout": { "default": 10, "title": "Wait Timeout", "type": "integer" } }, "required": [ "selector" ], "title": "interact_with_elementArguments", "type": "object" }

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/sourcefuse/robotframework-mcp'

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