appium-uiauto
Advanced tools
Comparing version 1.10.0 to 1.10.1
{ | ||
"name": "appium-uiauto", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -48,3 +48,3 @@ /* globals $, ERROR */ | ||
, acceptAlert: function () { | ||
var alert = $('alert')[0]; | ||
var alert = getAlert(); | ||
if (!alert.isNil()) { | ||
@@ -51,0 +51,0 @@ var acceptButton = alert.defaultButton(); |
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
13359598