@types/puppeteer
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -903,2 +903,7 @@ // Type definitions for puppeteer 1.3 | ||
): Promise<ElementHandle>; | ||
waitForXPath( | ||
xpath: string, | ||
options?: { visible?: boolean; hidden?: boolean; timeout?: number } | ||
): Promise<ElementHandle>; | ||
} | ||
@@ -905,0 +910,0 @@ |
{ | ||
"name": "@types/puppeteer", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "03063648e442bdda80390800a33eb4bc8cd2f4c61d45a569bf2939ce01db8307", | ||
"typesPublisherContentHash": "53e19d1d683bcbe7125a0256b993b6f6c7ddb547cc69269413f1e2a1f5bf76fc", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 04 May 2018 23:55:55 GMT | ||
* Last updated: Tue, 08 May 2018 22:09:43 GMT | ||
* Dependencies: events, child_process, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
48873
1252