mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Implement basic element handles (#248)
This patch implements basic element handles which a backed with remote objects. Fixes #111
This commit is contained in:
@@ -38,6 +38,7 @@ const EXCLUDE_METHODS = new Set([
|
||||
'Body.constructor',
|
||||
'Browser.constructor',
|
||||
'Dialog.constructor',
|
||||
'ElementHandle.constructor',
|
||||
'Frame.constructor',
|
||||
'Headers.constructor',
|
||||
'Headers.fromPayload',
|
||||
|
||||
Reference in New Issue
Block a user