Implement basic element handles (#248)

This patch implements basic element handles which a backed with remote objects.

Fixes #111
This commit is contained in:
Andrey Lushnikov
2017-08-15 14:54:02 -07:00
committed by GitHub
parent a424f5613a
commit af89e893e7
7 changed files with 299 additions and 81 deletions

View File

@@ -38,6 +38,7 @@ const EXCLUDE_METHODS = new Set([
'Body.constructor',
'Browser.constructor',
'Dialog.constructor',
'ElementHandle.constructor',
'Frame.constructor',
'Headers.constructor',
'Headers.fromPayload',