Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 573 Bytes

File metadata and controls

19 lines (11 loc) · 573 Bytes

Browser Extensions Examples

This directory demonstrates how to install and use Chrome extensions in the AGB browser environment.

Overview

You can enhance the browser agent's capabilities by installing standard Chrome extensions (.crx files).

Examples

Basic Extension Management

Shows how to upload a .crx file and install it into the browser session.

<<< ./basic_extension_management.py

Browser Session with Extensions

A comprehensive example of creating a browser session with pre-installed extensions.

<<< ./browser_session_with_extensions.py