appium-uiauto
Advanced tools
Comparing version 1.6.6 to 1.6.7
{ | ||
"name": "appium-uiauto", | ||
"version": "1.6.6", | ||
"version": "1.6.7", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -10,3 +10,2 @@ /* globals $, env */ | ||
// do the full-on clear,keyboard typing operation | ||
this.setValue(""); | ||
if (this.hasKeyboardFocus() === 0) { | ||
@@ -13,0 +12,0 @@ this.tap(); |
Sorry, the diff of this file is not supported yet
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
13367268
3483