driver-base
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -61,10 +61,2 @@ 'use strict'; | ||
DriverBase.prototype.flick = function() { | ||
throw new errors.NotImplementedError(); | ||
}; | ||
DriverBase.prototype.tap = function() { | ||
throw new errors.NotImplementedError(); | ||
}; | ||
DriverBase.prototype.getText = function() { | ||
@@ -98,7 +90,7 @@ throw new errors.NotImplementedError(); | ||
DriverBase.prototype.isDisplayed = function() { | ||
DriverBase.prototype.getRect = function() { | ||
throw new errors.NotImplementedError(); | ||
}; | ||
DriverBase.prototype.moveTo = function() { | ||
DriverBase.prototype.isDisplayed = function() { | ||
throw new errors.NotImplementedError(); | ||
@@ -105,0 +97,0 @@ }; |
{ | ||
"name": "driver-base", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "driver-base", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
6810
129