swink-agent-plugin-web 0.7.9

Web browsing plugin for swink-agent: fetch, search, screenshot, extract
Documentation
1
2
3
4
5
6
7
8
9
mod extract;
mod fetch;
mod screenshot;
mod search;

pub use extract::ExtractTool;
pub use fetch::FetchTool;
pub use screenshot::ScreenshotTool;
pub use search::SearchTool;