@applitools/visual-grid-client
Advanced tools
Comparing version 15.8.45 to 15.8.46
@@ -263,3 +263,3 @@ declare namespace Eyes { | ||
*/ | ||
selector?: string | Selector | ||
selector?: string | Selector | Selector[] | ||
@@ -328,2 +328,12 @@ /** | ||
ignoreDisplacements?: boolean | ||
/** | ||
* A flag that specify whether layout algorithm should consider the DOM in match window | ||
*/ | ||
useDom?: boolean | ||
/** | ||
* A flag that specify whether layout algorithm should not flag repeating patters as differences | ||
*/ | ||
enablePatterns?: boolean | ||
} | ||
@@ -334,2 +344,3 @@ | ||
selector: string | ||
nodeType?: 'element' | 'shadow-root' | ||
} | ||
@@ -336,0 +347,0 @@ |
{ | ||
"name": "@applitools/visual-grid-client", | ||
"version": "15.8.45", | ||
"version": "15.8.46", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
234270
3142