In some cases, like virtual appliance, we need to control browser remotely without mouse clicking...
Need to implement RPC API.
There is 2 options: XML-RPC and JSON-RPC.
- XML-RPC quicker to implement and simplier to support
- JSON-PRC streams alot less data...
We'll see...