webdriver-image-comparison
Advanced tools
Comparing version 0.13.1 to 0.13.2
@@ -17,8 +17,7 @@ import { DefaultOptions } from '../helpers/options.interface'; | ||
} | ||
interface CheckOptions extends SaveElementMethodOptions, CheckMethodOptions { | ||
export interface CheckElementMethodOptions extends SaveElementMethodOptions, CheckMethodOptions { | ||
} | ||
export interface CheckElementOptions { | ||
wic: DefaultOptions; | ||
method: CheckOptions; | ||
method: CheckElementMethodOptions; | ||
} | ||
export {}; |
@@ -13,8 +13,7 @@ import { DefaultOptions } from '../helpers/options.interface'; | ||
} | ||
interface CheckOptions extends SaveScreenMethodOptions, CheckMethodOptions { | ||
export interface CheckScreenMethodOptions extends SaveScreenMethodOptions, CheckMethodOptions { | ||
} | ||
export interface CheckScreenOptions { | ||
wic: DefaultOptions; | ||
method: CheckOptions; | ||
method: CheckScreenMethodOptions; | ||
} | ||
export {}; |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
766694
6902