We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d091d99 commit 5448fabCopy full SHA for 5448fab
.changeset/browser-commander-integration.md
@@ -2,8 +2,9 @@
2
'@link-assistant/web-capture': minor
3
---
4
5
-Integrate browser-commander library for browser operations
+Fully integrate browser-commander library for all browser operations
6
7
-- Add browser-commander as a dependency
8
-- Use CHROME_ARGS from browser-commander for consistent Chrome launch arguments
9
-- Combine with server-specific args for headless environments
+- Use browser-commander's launchBrowser for both Puppeteer and Playwright
+- Pass server-specific args (--no-sandbox, etc.) via the args option
+- Configure headless mode and unique userDataDir for server environments
10
+- Update browser-commander dependency from ^0.3.0 to ^0.4.0
0 commit comments