Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_save_scenario

Save the current browser session as a replayable scenario with end-state assertions, enabling regression testing by running the saved scenario later.

Instructions

EVAL / REGRESSION. Save the current session as a named, replayable scenario: the recorded action bundle plus end-state assertions ("text Order confirmed is visible", "url contains /success"). Later, browser_run_scenario replays it and checks the assertions — a regression test for whether the agent can still complete the flow after a deploy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesA name for the scenario (e.g. "checkout-happy-path").
assertionsYesEnd-state assertions to verify after the scenario replays.

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/funkyfunc/browser-dvr-mcp'

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