appium-uiauto
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "appium-uiauto", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -209,2 +209,6 @@ /* globals codes, $ */ | ||
, getElementByAccessibilityId: function (accessibilityId, ctx) { | ||
return this.getElementByName(accessibilityId, ctx); | ||
} | ||
, _getIdSearchPredicate: function (sel, exact) { | ||
@@ -306,2 +310,6 @@ if (exact) { | ||
, getElementsByAccessibilityId: function (accessibilityId, ctx) { | ||
return this.getElementsByName(accessibilityId, ctx); | ||
} | ||
, convertSelector: function (selector) { | ||
@@ -308,0 +316,0 @@ // some legacy: be backwards compatible, mechanic.js |
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
85690
2498