You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The following driver methods and properties were removed:
6
+
7
+
- executeMobile
8
+
- mobileCommandsMapping
9
+
- mobileLock
10
+
- mobilePushFile
11
+
- mobilePullFolder
12
+
- mobilePullFile
13
+
- mobileActivateApp
14
+
- mobileQueryAppState
15
+
* Arguments of the following driver methods were changed:
16
+
17
+
- mobileExecEmuConsoleCommand
18
+
- mobileShell
19
+
- mobileChangePermissions
20
+
- mobileGetPermissions
21
+
- mobilePerformEditorAction
22
+
- mobileGetDeviceTime
23
+
- mobileStartScreenStreaming
24
+
- mobileDeleteFile
25
+
- mobileIsAppInstalled
26
+
- mobileRemoveApp
27
+
- mobileTerminateApp
28
+
- mobileInstallApp
29
+
- mobileClearApp
30
+
- mobileStartService
31
+
- mobileStopService
32
+
- mobileStartActivity
33
+
- mobileBroadcast
34
+
- mobileGetContexts
35
+
- mobileUnlock
36
+
- mobileRefreshGpsCache
37
+
- mobileStartMediaProjectionRecording
38
+
- mobileStopMediaProjectionRecording
39
+
- mobileGetConnectivity
40
+
- mobileSetConnectivity
41
+
- mobileDeviceidle
42
+
- mobileBluetooth
43
+
- mobileNfc
44
+
- mobileSetUiMode
45
+
- mobileGetUiMode
46
+
- mobileInjectEmulatorCameraImage
47
+
- mobileSendTrimMemory
48
+
- mobileGetPerformanceData
49
+
- mobilePerformStatusBarCommand
50
+
- mobileFingerprint
51
+
- mobileSendSms
52
+
- mobileGsmCall
53
+
- mobileGsmSignal
54
+
- mobileGsmVoice
55
+
- mobilePowerAc
56
+
- mobilePowerCapacity
57
+
- mobileNetworkSpeed
58
+
- sensorSet
59
+
- mobileSetGeolocation
60
+
* The following obsolete type definitions were removed:
61
+
62
+
- ExecOptions
63
+
- ShellOpts
64
+
- ChangePermissionsOpts
65
+
- GetPermissionsOpts
66
+
- PerformEditorActionOpts
67
+
- DeviceTimeOpts
68
+
- StartScreenStreamingOpts
69
+
- PushFileOpts
70
+
- PullFolderOpts
71
+
- PullFileOpts
72
+
- DeleteFileOpts
73
+
- IsAppInstalledOpts
74
+
- ActivateAppOpts
75
+
- QueryAppStateOpts
76
+
- RemoveAppOpts
77
+
- TerminateAppOpts
78
+
- InstallAppOpts
79
+
- ClearAppOpts
80
+
- StartServiceOpts
81
+
- StopServiceOpts
82
+
- StartActivityOpts
83
+
- BroadcastOpts
84
+
- LockOpts
85
+
- UnlockOptions
86
+
- GpsCacheRefreshOpts
87
+
- StartMediaProjectionRecordingOpts
88
+
- StopMediaProjectionRecordingOpts
89
+
- GetConnectivityOpts
90
+
- SetConnectivityOpts
91
+
- DeviceidleOpts
92
+
- BluetoothOptions
93
+
- NfcOptions
94
+
- SetUiModeOpts
95
+
- GetUiModeOpts
96
+
- ImageInjectionOpts
97
+
- SendTrimMemoryOpts
98
+
- PerformanceDataOpts
99
+
- StatusBarCommandOpts
100
+
- FingerprintOpts
101
+
- SendSMSOpts
102
+
- GsmCallOpts
103
+
- GsmSignalStrengthOpts
104
+
- GsmVoiceState
105
+
- PowerACOpts
106
+
- PowerCapacityOpts
107
+
- NetworkSpeedOpts
108
+
- SensorSetOpts
109
+
- DragOpts
110
+
- SwipeOpts
111
+
112
+
### Features
113
+
114
+
* Add support of executeMethodMap ([#982](https://github.com/appium/appium-android-driver/issues/982)) ([b68f3fa](https://github.com/appium/appium-android-driver/commit/b68f3fa741c08d963762cbd0c9748e31ec80cf21))
0 commit comments