✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Browser Use Agent

A demonstration of browser automation using the Browser Use framework.

Project Structure

  • browser_agent/: Basic browser automation examples

    • simple_agent.py: Simple browser automation demo
    • google_search_agent.py: Google search automation
    • agent.py: Generic browser automation agent
  • jira_agent/: Jira automation examples

    • jira_agent.py: Main Jira automation script
    • jira_test_creation_agent.py: Jira ticket creation automation
    • Vikas_CV_1.pdf: Sample CV for testing
  • job_search_agent/: Job search automation

    • read_apply_job.py: Automated job application script

Setup

  1. Clone the repository:
git clone git@github.com:vikas434/browser-use-agent.git
cd browser-use-agent
  1. Create a virtual environment and activate it:
python -m venv .venv
source .venv/bin/activate  # On Windows, use `.venvScriptsactivate`
  1. Install dependencies:
pip install -r requirements.txt
playwright install
  1. Create a .env file 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

Featured Templates

View More
AI Characters
Your Speaking Avatar
169 928
AI Assistants
Talk with Claude 3
159 1523
Verified Icon
AI Agents
AI Chatbot Starter Kit
1336 8300 5.0
AI Assistants
Image to text with Claude 3
152 1366
Verified Icon
AI Assistants
Speech to Text
137 1882

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.