cline-browser-use-mcp
Browser Use Server is a Model Context Protocol server designed for browser automation. It allows operations such as taking webpage screenshots, retrieving HTML, executing JavaScript, and fetching console logs, with support for custom interaction steps. It is suitable for tasks that require complex browser interactions and automation.
What is the purpose of Xvfb in the Browser Use Server?
Xvfb (X Virtual Frame Buffer) is used for headless browser automation, allowing the server to run browser operations without being detected as a bot.
How can I customize the LLM model used by the server?
You can customize the LLM model by setting the MODEL environment variable to your preferred model name.
What should I do if I encounter a timeout error?
The default timeout is set to 5 minutes. You can modify the TIMEOUT constant in build/index.js
to adjust the timeout duration.
Can I use the server for tasks that require visual understanding of webpage content?
Yes, the server supports vision capabilities, which can be enabled by setting the USE_VISION environment variable to true.
How do I handle authentication and cookies in browser automation tasks?
You can handle authentication and cookies by specifying the necessary steps in the comma-separated actions after page load.