Skip to main content
Glama

browser_go_back

Enables users to navigate back in the browser history within automated Chrome sessions, bypassing anti-bot detection for efficient web scraping, testing, and automation.

Instructions

Navigate back in browser history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The @mcp.tool() decorator registers the browser_go_back handler function, which safely executes driver.back() to navigate back in the browser history using shared helpers like ensure_browser and safe_execute.
    @mcp.tool() async def browser_go_back(): """Navigate back in browser history""" async def go_back_handler(driver: uc.Chrome): driver.back() return await create_success_response("Navigated back in browser history") return await tool.safe_execute( ToolContext(webdriver=await ensure_browser()), go_back_handler )

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/dragons96/mcp-undetected-chromedriver'

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