feat&fix: add proxy support in setup and remove hardcoded proxy from example

This commit is contained in:
adlsdztony
2025-07-01 13:47:16 +00:00
parent 64f47d1a32
commit 2f9ae1f3ad
3 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
"parameters": {
"command": [
"google-chrome",
"--proxy-server=http://127.0.0.1:18888",
"--remote-debugging-port=1337"
]
}