Expand description
Browser automation tools module
This module provides a framework for browser automation tools and includes implementations of common browser operations.
Re-exports§
pub use click::ClickParams;pub use evaluate::EvaluateParams;pub use extract::ExtractParams;pub use get_clickable_elements::GetClickableElementsParams;pub use input::InputParams;pub use markdown::GetMarkdownParams;pub use read_links::ReadLinksParams;pub use screenshot::ScreenshotParams;pub use wait::WaitParams;
Modules§
Structs§
- Tool
Context - Tool execution context
- Tool
Registry - Tool registry for managing and accessing tools
- Tool
Result - Result of tool execution