Skip to main content
Glama

Selenium MCP Server

browser_set_cookie_object

Set browser cookies programmatically to manage sessions, authentication, or user preferences during web automation and testing.

Instructions

Set a cookie in the browser

Input Schema

NameRequiredDescriptionDefault
cookieYesCookie string to set, e.g. 'name=value; Path=/; HttpOnly'

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cookie": { "description": "Cookie string to set, e.g. 'name=value; Path=/; HttpOnly'", "maxLength": 4096, "minLength": 1, "type": "string" } }, "required": [ "cookie" ], "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/pshivapr/selenium-mcp'

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