Andrewvy Chrome Remote Interface Versions Save

Elixir Client for the Chrome Debugger Protocol

0.4.1

4 years ago

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

4 years ago

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.2.0

5 years ago

This release contains:

v0.1.0

6 years ago

This release contains:

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

0.0.6

6 years ago

This release contains:

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

0.0.5

6 years ago

This release contains:

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

0.0.3

6 years ago

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

6 years ago

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)