Patch Changes
-
a098197: ### New Features
- Dialog status command - Added
dialog statuscommand to check whether a JavaScript dialog is currently open (#999) - Dialog warning field - Command responses now include a
warningfield when a JavaScript dialog is pending, indicating the dialog type and message (#999)
Improvements
- Standard proxy environment variables - The proxy setting now automatically falls back to standard environment variables (
HTTP_PROXY,HTTPS_PROXY,ALL_PROXY, and their lowercase variants), withNO_PROXY/no_proxyrespected for bypass rules (#1000) - Font packages for
--with-deps- Installing with--with-depsnow includes CJK and emoji font packages on Linux (Debian, RPM, and yum-based distros) to prevent missing glyphs when rendering international content (#1002)
Bug Fixes
- Fixed
state showalways failing with "Missing 'path' parameter" due to a mismatched JSON field name (filename→path) (#994) - Fixed
consolecommand returning onlyDonedue to a JSON field name mismatch in the response (#986) - Fixed browser-domain CDP events being dropped during downloads due to a
sessionIdmismatch (#998) - Fixed proxy authentication by handling credentials via the CDP
Fetch.authRequiredevent rather than passing them inline (#1000)
- Dialog status command - Added