Skip to content

Example of multi-tab handling using selenium-driverless with custom browser instance connection

Notifications You must be signed in to change notification settings

mikeask23/selenium-driverless-multitab-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Browser-Use Multi-Tab Example with Selenium-Driverless

This example demonstrates how to use browser-use's multi-tab functionality with selenium-driverless as the browser backend, connecting via WSS URL.

Requirements

  • Python 3.8+
  • Google Chrome installed
  • selenium-driverless 0.1.16
  • browser-use

Installation

pip install -r requirements.txt

Usage

  1. Update the wss_url in the script to point to your selenium-driverless instance
  2. Run the example:
python multi_tab_example.py

Notes

  • This example uses browser-use's tab management capabilities
  • Connects to a selenium-driverless instance via WSS URL
  • Demonstrates basic multi-tab operations

About

Example of multi-tab handling using selenium-driverless with custom browser instance connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages