Skip to content

v1.9.0

Compare
Choose a tag to compare
@otsch otsch released this 17 Jun 13:15
· 17 commits to main since this release

Added

  • New methods HeadlessBrowserLoaderHelper::setTimeout() and HeadlessBrowserLoaderHelper::waitForNavigationEvent() to allow defining the timeout for the headless chrome in milliseconds (default 30000 = 30 seconds) and the navigation event (load (default), DOMContentLoaded, firstMeaningfulPaint, networkIdle, etc.) to wait for when loading a URL.