Skip to content

chromote 0.4.0

Latest
Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 26 Jan 21:43
· 1 commit to main since this release
650aed0
  • 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 the chromote.headless option or CHROMOTE_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)