This example demonstrates how to use browser-use's multi-tab functionality with selenium-driverless as the browser backend, connecting via WSS URL.
- Python 3.8+
- Google Chrome installed
- selenium-driverless 0.1.16
- browser-use
pip install -r requirements.txt
- Update the
wss_url
in the script to point to your selenium-driverless instance - Run the example:
python multi_tab_example.py
- This example uses browser-use's tab management capabilities
- Connects to a selenium-driverless instance via WSS URL
- Demonstrates basic multi-tab operations