@types/puppeteer
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -414,5 +414,5 @@ // Type definitions for puppeteer 0.13 | ||
/** | ||
* This method returns the bounding box of the element (relative to the main frame), or null if the element is not visible. | ||
* This method returns the value resolve to the bounding box of the element (relative to the main frame), or null if the element is not visible. | ||
*/ | ||
boundingBox(): BoundingBox | null; | ||
boundingBox(): Promise<BoundingBox | null>; | ||
/** | ||
@@ -419,0 +419,0 @@ * This method scrolls element into view if needed, and then uses page.mouse to click in the center of the element. |
{ | ||
"name": "@types/puppeteer", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "TypeScript definitions for puppeteer", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e5cf371978439e6bdff19f6c1322298da7340a88a383ada90c9dc7a7c9347b51", | ||
"typesPublisherContentHash": "80f713e5863e4357065a18ab0b33037cf0d698eef97976f80d6a98eeb39c2f2d", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 21 Nov 2017 18:42:21 GMT | ||
* Last updated: Wed, 22 Nov 2017 17:17:06 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
42834