appium-uiautomator2-driver 2.4.8 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,8 +155,17 @@ extensions.executeMobile = async function (mobileCommand, opts = {}) {
155
155
  type: 'mobileType',
156
156
  sensorSet: 'sensorSet',
157
157
 
158
+ pushFile: 'mobilePushFile',
159
+ pullFile: 'mobilePullFile',
160
+ pullFolder: 'mobilePullFolder',
158
161
  deleteFile: 'mobileDeleteFile',
159
162
 
163
+ isAppInstalled: 'mobileIsAppInstalled',
164
+ queryAppState: 'mobileQueryAppState',
165
+ activateApp: 'mobileActivateApp',
166
+ removeApp: 'mobileRemoveApp',
167
+ terminateApp: 'mobileTerminateApp',
168
+ installApp: 'mobileInstallApp',
160
169
  clearApp: 'mobileClearApp',
161
170
 
162
171
  startActivity: 'mobileStartActivity',