Skip to content

Releases: appium/appium-uiautomator2-driver

v4.0.0

01 Feb 14:43
Compare
Choose a tag to compare

4.0.0 (2025-02-01)

⚠ BREAKING CHANGES

  • The following methods and properties were removed:
  • mobileSetClipboard -> replaced by setClipboard
  • mobileGetClipboard -> replaced by getClipboard
  • executeMobile -> replaced by execute (the script argument must also be changed to start with mobile: )
  • mobileCommandsMapping -> replaced by executeMethodsMap
  • mobileGetAppStrings -> replaced by getStrings
  • The following methods were changed:
  • mobileDragGesture
  • mobileFlingGesture
  • mobileDoubleClickGesture
  • mobileClickGesture
  • mobilePinchOpenGesture
  • mobilePinchCloseGesture
  • mobileSwipeGesture
  • mobileScrollGesture
  • mobileScrollBackTo
  • mobileScroll
  • mobileDeepLink
  • mobileAcceptAlert
  • mobileDismissAlert
  • mobileType
  • mobileReplaceElementValue
  • mobileInstallMultipleApks
  • mobileBackgroundApp
  • mobilePressKey
  • mobileScreenshots
  • mobileScheduleAction
  • mobileUnscheduleAction
  • mobileGetActionHistory
  • The following obsolete type definitions were removed:
  • DragOptions
  • FlingOptions
  • ClickOptions
  • LongClickOptions
  • PinchOptions
  • SwipeOptions
  • ScrollGestureOptions
  • ScrollElementToElementOpts
  • ScrollOptions
  • DeepLinkOpts
  • AcceptAlertOptions
  • DismissAlertOptions
  • TypingOptions
  • ReplaceValueOptions
  • InstallMultipleApksOptions
  • BackgroundAppOptions
  • PressKeyOptions
  • ScreenshotsOpts
  • ActionArgs
  • SetClipboardOpts
  • GetAppStringsOptions

Based on appium/appium-android-driver#982

Features

v3.10.0

24 Jan 17:28
Compare
Choose a tag to compare

3.10.0 (2025-01-24)

Features

  • bump appium-adb to handle screenState=SCREEN_STATE_OFF as locked (#861) (fdd362a)

v3.9.9

16 Jan 05:11
Compare
Choose a tag to compare

3.9.9 (2025-01-16)

Miscellaneous Chores

  • bump io.appium.settings to include the broad cast receiver update (#858) (bd8cfe7)

v3.9.8

09 Jan 13:05
Compare
Choose a tag to compare

3.9.8 (2025-01-09)

Miscellaneous Chores

v3.9.7

05 Jan 10:08
Compare
Choose a tag to compare

3.9.7 (2025-01-05)

Miscellaneous Chores

v3.9.6

27 Dec 08:53
Compare
Choose a tag to compare

3.9.6 (2024-12-27)

Bug Fixes

  • Tune retrieval of package launch info (#853) (90a68b1)

v3.9.5

14 Dec 21:09
Compare
Choose a tag to compare

3.9.5 (2024-12-14)

Miscellaneous Chores

  • Tune contextUpdated event generation (#850) (324d094)

v3.9.4

13 Dec 20:34
Compare
Choose a tag to compare

3.9.4 (2024-12-13)

Miscellaneous Chores

  • Replace occurrences of the deprecated errorAndThrow API (#849) (c562ca5)

v3.9.3

11 Dec 07:45
Compare
Choose a tag to compare

3.9.3 (2024-12-11)

Bug Fixes

  • Make package parameter of deep link command optional (#847) (ddc7477)

v3.9.2

09 Dec 04:48
Compare
Choose a tag to compare

3.9.2 (2024-12-09)

Miscellaneous Chores

  • allow compatibility with appium 3 beta (471e156)