andrewvy / chrome-remote-interface

Elixir Client for the Chrome Debugger Protocol
https://hexdocs.pm/chrome_remote_interface
66 stars 31 forks source link

Allow sending of messages to pids other than self #13

Closed bcardarella closed 7 years ago

bcardarella commented 7 years ago

It would be great if the RPC commands could take an option of ref or something like that to be used as the from param. Currently I do not see a way to override the from default value of self() other than calling the GenServer directly and bypassing the RPC API.