Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse

start_browser

Generate Robot Framework code to start a browser with specified options, such as browser type and headless mode, without executing the test. Returns .robot file content for automation setup.

Instructions

Generate Robot Framework code to start a browser with specified options. Returns .robot file content as text - does not execute.

Input Schema

NameRequiredDescriptionDefault
browserNochrome
headlessNo
optionsNo

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": "chrome", "title": "Browser", "type": "string" }, "headless": { "default": false, "title": "Headless", "type": "boolean" }, "options": { "default": "", "title": "Options", "type": "string" } }, "title": "start_browserArguments", "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