BotSharp/src/Plugins/BotSharp.Plugin.WebDriver
2025-02-20 08:13:00 +08:00
..
data/agents move data back 2025-02-20 08:13:00 +08:00
Drivers/PlaywrightDriver IWebBrowser.IsBrowserClosed 2025-02-15 11:34:00 +08:00
Functions Batch remove message from Redis stream 2024-12-31 17:07:38 +00:00
Hooks support input password 2025-02-04 15:56:25 -06:00
LlmContexts Add send_http_request for web driver. 2024-03-08 07:17:36 -06:00
Models Add send_http_request for web driver. 2024-03-08 07:17:36 -06:00
Services ReplaceToken 2024-02-10 11:36:43 -06:00
UtilFunctions support input password 2025-02-04 15:56:25 -06:00
BotSharp.Plugin.WebDriver.csproj move data back 2025-02-20 08:13:00 +08:00
README.md WebDriver Playwright. 2024-01-02 22:43:37 -06:00
Using.cs Remove Selenium 2024-08-04 17:48:52 -05:00
WebDriverPlugin.cs WebUtility improvement 2025-02-03 17:43:04 -06:00
WebPageHelper.cs 商品导入 2024-12-24 21:22:17 +00:00

Web Driver

The WebDriver project will provide a new agent of Web Browser plugged into BotSharp's Routing mechanism. When Router analyzes that the user's intention is to operate the web page, it will be routed to this Agent. This Agent will contain some predefined action functions. After analyzing the user's conversation record, it will generate the corresponding execution function and then call the browsers' API to perform corresponding operations.

Installation

  1. Copy agents\f3ae2a0f-e6ba-4ee1-a0b9-75d7431ff32b folder to WebStarter\data\agents