@applitools/driver
Advanced tools
Comparing version
@@ -39,5 +39,7 @@ "use strict"; | ||
info.statusBarHeight = capabilities.statBarHeight; | ||
if (info.displaySize && capabilities.viewportRect) { | ||
if (info.displaySize && info.orientation && capabilities.viewportRect) { | ||
info.navigationBarHeight = | ||
info.displaySize.height - (capabilities.viewportRect.top + capabilities.viewportRect.height); | ||
info.orientation === 'landscape' | ||
? info.displaySize.width - (capabilities.viewportRect.left + capabilities.viewportRect.width) | ||
: info.displaySize.height - (capabilities.viewportRect.top + capabilities.viewportRect.height); | ||
} | ||
@@ -44,0 +46,0 @@ } |
{ | ||
"name": "@applitools/driver", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"description": "Applitools universal framework wrapper", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
210750
0.09%3318
0.06%