The ElementHandle.release feels related to ElementHandle.click. The dispose is a more clear name.
This patch: - rolls chromium to r494365 - starts using Runtime.evaluate(awaitPromise: true), with new semantic we can avoid additional Runtime.awaitPromise call - stops resolving promises for Console event
This patch implements basic element handles which a backed with remote objects. Fixes #111