Skip to content

3.1.1

Choose a tag to compare

@ClericPy ClericPy released this 14 Mar 12:28
· 486 commits to master since this release
  • fix missing tab0 while start_url is null, now default start_url is "about:blank"
  • add ChromeDaemon.cleanup_launched_pids to atexit to kill all the chrome processes which ichrome launched.
    • kill the chrome processed which not exiting
  • update tab.iter_fetch methods
    • now tab.iter_fetch will contain networkId to get response body while requestStage is Response.
    • add get_response for events
    • add match_event to filt the events with RequestPattern
  • new version chrome forbidden GET method towards /json/new fixed #123