What's in this version: 1. Compare two screenshots for layout differences 2. Compare a full screenshot test of browsers to a single baseline browser for layout differences. 3. Compare a screenshot test version to another test version - good for regression tests. 4. Get links to the Compariso
No SDKs indexed for this API yet.
curl \
-u "$API_USER:$API_PASS" \
https://crossbrowsertesting.com/api/v3/screenshots/{target_screenshot_test_id}/{target_version_id}/comparison/{base_result_id}curl \
-u "$API_USER:$API_PASS" \
https://crossbrowsertesting.com/api/v3/screenshots/{target_screenshot_test_id}/{target_version_id}/comparison/parallel/{base_version_id}curl \
-u "$API_USER:$API_PASS" \
https://crossbrowsertesting.com/api/v3/screenshots/{target_screenshot_test_id}/{target_version_id}/{target_result_id}/comparison/{base_result_id}No SDKs yet