-
Chrome v132 and later no longer support old headless mode. As such,
chromote
no longer defaults to using--headless=old
and now uses--headless
when running Chrome. You can still use thechromote.headless
option orCHROMOTE_HEADLESS
environment variable to configure the--headless
flag if you're using an older version of Chrome. (#187) -
Added
chromote_info()
, a new utility function to print out key information about chromote and Chrome. Useful when debugging chromote or reporting an issue. (#190) -
chromote now uses a consistent prefix for logs, e.g
{tempdir}/chrome-{id}-stdout.log
and{tempdir}/chrome-{id}-stderr.log
. chromote also now uses--crash-dumps-dir
to set a session-specific temp directory. (#194)