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
MCP Server for structured and standardized querying of watch-related metadata such as brands, families, and reference details from...
Volume Wall Detector MCP delivers real-time stock volume analysis and imbalance tracking with MongoDB storage, powered by the...
MCP Server for OceanBase database and its tools
MCP server written in .net to interact with NuGet package servers
Miro integration for Model Context Protocol
Youtube Transcript Download MCP
An MCP server to let AI agents control Intruder
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
A simple MCP ODBC server using FastAPI, ODBC and PyODBC.





