launch-browser
Initiate a new browser instance with customizable settings like window size and headless mode for web automation, testing, or scraping tasks using MCP Fetch.
Instructions
Launch a new browser instance and store it for later use
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headless | No | Whether to run browser in headless mode. Defaults to false | |
height | No | Browser window height in pixels. Defaults to 720 | |
width | No | Browser window width in pixels. Defaults to 1280 |