@pixeleye/cli-config
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -30,2 +30,7 @@ import { DeviceDescriptor } from "@pixeleye/cli-devices"; | ||
/** | ||
* The time in milliseconds to wait before capturing the screenshot. | ||
* We recommend using `waitForSelectors` or `selector` instead of `wait` as it's more reliable. | ||
*/ | ||
wait?: number; | ||
/** | ||
* A list of css selectors that you want to mask. | ||
@@ -32,0 +37,0 @@ * We will mask these elements with the color defined in the config. |
{ | ||
"name": "@pixeleye/cli-config", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "AGPL-3.0", |
Sorry, the diff of this file is not supported yet
3444602
65721