Skip to content

Releases: andrewvy/chrome-remote-interface

0.4.1

05 Aug 15:37
3de6b9f
Compare
Choose a tag to compare

This is a republish of https://github.com/andrewvy/chrome-remote-interface/releases/tag/v0.4.0, but due to Hex issues 0.4.0 is unable to be fetched, so I'm re-publishing it as 0.4.1 .

v0.4.0

04 Aug 04:29
7387cf6
Compare
Choose a tag to compare

v0.4.0

Enhancements

  • [Dependencies] Switch from Poison -> Jason.
  • [Internal] Adds a mix fetch_cdp_protocol which updates all protocol files.
  • [Protocol] Update 1-3 and tot protocols as of 2019-08-03

Bug Fixes

  • [README] Fix list_page -> list_pages in README.md (#23)

v0.3.0

02 May 17:09
7de606c
Compare
Choose a tag to compare

v0.2.0

19 Sep 17:59
Compare
Choose a tag to compare

This release contains:

  • protocol.json bump to the latest 1.3 APIs.
  • Customizable timeouts for blocking RPC calls (#22)

v0.1.0

15 Nov 17:37
Compare
Choose a tag to compare

This release contains:

  • New protocol.json file for newer protocol APIs. (#24)

v0.0.6

25 Oct 23:52
Compare
Choose a tag to compare

This release contains:

  • A fix for Chrome 64+ around Page IDs being wrapped in parens (fixes #17)

v0.0.5

25 Oct 19:48
Compare
Choose a tag to compare

This release contains:

  • Small bugfix for handling Session calls that return successful non-json responses. (#18)

v0.0.4

01 Oct 16:26
Compare
Choose a tag to compare

v0.0.3

01 Oct 03:36
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

This release contains:

  • Ability to pass in async: true when calling an RPC function. This turns the call into a non-blocking operation that sends back the response as a message to the calling process.

v0.0.2

20 Aug 22:40
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

This release contains:

  • Ability to subscribe to events using PageSession.subscribe(page_pid, event_name)
  • Ability to unsubscribe from events using PageSession.unsubscribe(page_pid, event_name)
  • Ability to unsubscribe from all events using PageSession.unsubscribe_all(page_pid)