@wdio/protocols
Advanced tools
Comparing version 6.1.2 to 6.1.11
{ | ||
"name": "@wdio/protocols", | ||
"version": "6.1.2", | ||
"version": "6.1.11", | ||
"description": "Utility package providing information about automation protocols", | ||
@@ -31,3 +31,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "49a1c97a6f4275c4000281019eaf15ffa1a85387" | ||
"gitHead": "3c77d129e715a70a991eafa7d9e4a51e10fc89cb" | ||
} |
@@ -1465,3 +1465,38 @@ { | ||
} | ||
}, | ||
"/session/:sessionId/appium/compare_images": { | ||
"POST": { | ||
"command": "compareImages", | ||
"description": "Performs images comparison using OpenCV framework features. It is expected that both OpenCV framework and opencv4nodejs module are installed on the machine where Appium server is running.", | ||
"ref": "http://appium.io/docs/en/writing-running-appium/image-comparison/", | ||
"parameters": [{ | ||
"name": "mode", | ||
"type": "string", | ||
"description": "One of possible comparison modes: 'matchFeatures', 'getSimilarity', 'matchTemplate'. 'matchFeatures' is by default.", | ||
"required": true, | ||
"default": "matchFeatures" | ||
}, { | ||
"name": "firstImage", | ||
"type": "string", | ||
"description": "An image data. All image formats, that OpenCV library itself accepts, are supported.", | ||
"required": true | ||
}, { | ||
"name": "secondImage", | ||
"type": "string", | ||
"description": "An image data. All image formats, that OpenCV library itself accepts, are supported.", | ||
"required": true | ||
}, { | ||
"name": "options", | ||
"type": "object", | ||
"description": "The content of this dictionary depends on the actual `mode` value. See the documentation on `appium-support` module for more details. ", | ||
"required": true, | ||
"default": {} | ||
}], | ||
"returns": { | ||
"type": "object", | ||
"name": "result", | ||
"description": "The content of the resulting dictionary depends on the actual `mode` and `options` values. See the documentation on `appium-support` module for more details." | ||
} | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172724
4580