chromote 0.4.0
-
Chrome v132 and later no longer support old headless mode. As such,
chromoteno longer defaults to using--headless=oldand now uses--headlesswhen running Chrome. You can still use thechromote.headlessoption orCHROMOTE_HEADLESSenvironment variable to configure the--headlessflag 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.logand{tempdir}/chrome-{id}-stderr.log. chromote also now uses--crash-dumps-dirto set a session-specific temp directory. (#194)