elizaos-plugin-browser 2.0.0

Browser automation plugin for elizaOS - enables AI agents to browse websites, interact with elements, and extract data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod click;
pub mod extract;
pub mod navigate;
pub mod screenshot;
pub mod select;
pub mod type_text;

pub use click::browser_click;
pub use extract::browser_extract;
pub use navigate::browser_navigate;
pub use screenshot::browser_screenshot;
pub use select::browser_select;
pub use type_text::browser_type;