From dc68574b01a1bb4ce2751536386dbb29ccbb53ae Mon Sep 17 00:00:00 2001 From: Grinish Date: Mon, 22 Sep 2025 16:38:15 -0700 Subject: [PATCH] chore: add the missing Proxy function --- custom-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-launch.md b/custom-launch.md index 7e70ed19..ddce258a 100644 --- a/custom-launch.md +++ b/custom-launch.md @@ -97,7 +97,7 @@ func main() { u := launcher.New(). UserDataDir("path"). Headless(true). - Headless(false). + Proxy("127.0.0.1:8080"). MustLaunch() rod.New().ControlURL(u).MustConnect().MustPage("https://example.com")