From a515f701e1e3c4110f12018dab27bb4c1efe3fe7 Mon Sep 17 00:00:00 2001 From: shenchucheng Date: Fri, 2 Feb 2024 13:55:15 +0800 Subject: [PATCH] add the browser config example --- config/config2.yaml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config2.yaml.example b/config/config2.yaml.example index bead3c626..8f4a33fc1 100644 --- a/config/config2.yaml.example +++ b/config/config2.yaml.example @@ -11,6 +11,10 @@ search: api_key: "YOUR_API_KEY" cse_id: "YOUR_CSE_ID" +browser: + engine: "playwright" # playwright/selenium + browser_type: "chromium" # playwright: chromium/firefox/webkit; selenium: chrome/firefox/edge/ie + mermaid: engine: "pyppeteer" path: "/Applications/Google Chrome.app"