Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

navigate_to_url

Automate web navigation by generating Robot Framework code to visit a specified URL, with options to wait for elements and set timeout. Ideal for SeleniumLibrary test automation.

Instructions

Generate Robot Framework code to navigate to a URL with optional element waiting. Returns .robot file content as text - does not execute.

Input Schema

NameRequiredDescriptionDefault
timeoutNo
urlYes
wait_for_elementNo

Input Schema (JSON Schema)

{ "properties": { "timeout": { "default": 30, "title": "Timeout", "type": "integer" }, "url": { "title": "Url", "type": "string" }, "wait_for_element": { "default": "", "title": "Wait For Element", "type": "string" } }, "required": [ "url" ], "title": "navigate_to_urlArguments", "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