Browser Use Agent
A demonstration of browser automation using the Browser Use framework.
Project Structure
browser_agent/: Basic browser automation examplessimple_agent.py: Simple browser automation demogoogle_search_agent.py: Google search automationagent.py: Generic browser automation agent
jira_agent/: Jira automation examplesjira_agent.py: Main Jira automation scriptjira_test_creation_agent.py: Jira ticket creation automationVikas_CV_1.pdf: Sample CV for testing
job_search_agent/: Job search automationread_apply_job.py: Automated job application script
Setup
- Clone the repository:
git clone git@github.com:vikas434/browser-use-agent.git
cd browser-use-agent
- Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate # On Windows, use `.venvScriptsactivate`
- Install dependencies:
pip install -r requirements.txt
playwright install
- Create a
.envfile with your API keys:
OPENAI_API_KEY=your_openai_key_here
GEMINI_API_KEY=your_gemini_key_here # Optional, if using Gemini
Usage
Each directory contains its own set of scripts. Navigate to the desired directory and run the script:
# For browser automation
cd browser_agent
python simple_agent.py
# For Jira automation
cd jira_agent
python jira_agent.py
# For job search automation
cd job_search_agent
python read_apply_job.py
Features
- Browser automation using Browser Use framework
- Support for both OpenAI and Google Gemini models
- Real Chrome browser integration
- Automated web navigation
- Jira ticket management
- Automated job application
Browser Use Agent
Project Details
- vikas434/browser-use-agent
- Last Updated: 5/28/2025
Recomended MCP Servers
A Model Context Protocol server for Jira.
MCP server for dynamic graphql
A MCP server for LinkedIn to seamlessly apply for jobs🚀
A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable...
mcp server for interacting with HubSpot
Model Context Protocol server for FTP access
A MCP server for Google Analytics Data API
ScapeGraph MCP Server
An MCP server that autonomously evaluates web applications.
MCP Server to interact with Google Cloud Firestore





