Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency appium-uiautomator2-driver to v4 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
appium-uiautomator2-driver ^2.29.3 -> ^4.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

appium/appium-uiautomator2-driver (appium-uiautomator2-driver)

v4.0.0

Compare Source

⚠ 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 https://github.com/appium/appium-android-driver/pull/982

Features

v3.10.0

Compare Source

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

v3.9.9

Compare Source

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

v3.9.8

Compare Source

Miscellaneous Chores

v3.9.7

Compare Source

Miscellaneous Chores

v3.9.6

Compare Source

Bug Fixes

v3.9.5

Compare Source

Miscellaneous Chores

v3.9.4

Compare Source

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

v3.9.3

Compare Source

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

v3.9.2

Compare Source

Miscellaneous Chores
  • allow compatibility with appium 3 beta (471e156)

v3.9.1

Compare Source

Miscellaneous Chores

v3.9.0

Compare Source

Features

v3.8.3

Compare Source

Miscellaneous Chores

v3.8.2

Compare Source

Miscellaneous Chores
  • bump adb to include supporting activities with unicode chars (#​836) (c36962e)

v3.8.1

Compare Source

Miscellaneous Chores

v3.8.0

Compare Source

Features

v3.7.11

Compare Source

Miscellaneous Chores

v3.7.10

Compare Source

Miscellaneous Chores

v3.7.9

Compare Source

Miscellaneous Chores

v3.7.8

Compare Source

Miscellaneous Chores

v3.7.7

Compare Source

Bug Fixes
  • apply the latest io.appium.settings (a1dfde4)

v3.7.6

Compare Source

Miscellaneous Chores

v3.7.5

Compare Source

Miscellaneous Chores

v3.7.4

Compare Source

Bug Fixes
  • stop uia2 process as well in cleanupAutomationLeftovers (#​807) (69abc42)

v3.7.3

Compare Source

Miscellaneous Chores

v3.7.2

Compare Source

Miscellaneous Chores

v3.7.1

Compare Source

Miscellaneous Chores

v3.7.0

Compare Source

Features

v3.6.1

Compare Source

Miscellaneous Chores

v3.6.0

Compare Source

Features

v3.5.7

Compare Source

Bug Fixes
  • uninstall installed uia2 servers if they were greater than on-going session (#​796) (62b9056)

v3.5.6

Compare Source

Miscellaneous Chores

v3.5.5

Compare Source

Miscellaneous Chores

v3.5.4

Compare Source

Bug Fixes
  • Add a workaround for wrong adb exit code on service stop (#​794) (31e79ab)

v3.5.3

Compare Source

Miscellaneous Chores

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Miscellaneous Chores
  • Update dev dependencies (4224eaa)

v3.5.0

Compare Source

Features
  • Align the implementation of execute method map with other android drivers (#​780) (d376a9b)

v3.4.0

Compare Source

Features
  • Add helpers to control bluetooth and nfc adapters (#​779) (a9403ff)

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

Features

v3.1.0

Compare Source

Features

v3.0.8

Compare Source

Miscellaneous Chores

v3.0.7

Compare Source

Miscellaneous Chores

v3.0.6

Compare Source

Miscellaneous Chores

v3.0.5

Compare Source

Miscellaneous Chores
  • bump appium-android-driver (2683085)

v3.0.4

Compare Source

Bug Fixes
  • Skip chromedriver proxy suspend if the proxy is not initialized yet (#​754) (a6d9146)

v3.0.3

Compare Source

Miscellaneous Chores

v3.0.2

Compare Source

Miscellaneous Chores

v3.0.1

Compare Source

Miscellaneous Chores
  • bump uia2 server that has androidx.test.uiautomator:uiautomator:2.3.0 (#​744) (56dab5d)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • Removed obsolete MJSONWP touch route handlers. Use W3C actions or gesture shortcuts instead:
  • doSwipe
  • doDrag
  • touchDown
  • touchLongClick
  • touchMove
  • touchUp
  • tap
  • doPerformMultiAction
Features

v2.45.1

Compare Source

Bug Fixes

v2.45.0

Compare Source

Features

v2.44.3

Compare Source

Bug Fixes
  • Init adb as the first step upon session creation (#​733) (fbe80e9)

v2.44.2

Compare Source

Bug Fixes

v2.44.1

Compare Source

Bug Fixes

v2.44.0

Compare Source

Features

v2.43.4

Compare Source

Miscellaneous Chores

v2.43.3

Compare Source

Miscellaneous Chores

v2.43.2

Compare Source

Miscellaneous Chores

v2.43.1

Compare Source

Bug Fixes

v2.43.0

Compare Source

Features

v2.42.2

Compare Source

Bug Fixes
  • bump appium android driver to 7.8.3 (for getContexts) (#​718) (1bd9358)

v2.42.1

Compare Source

Miscellaneous Chores

v2.42.0

Compare Source

Features
  • Use APIs imported from the io.appium.settings package (#​715) (f55625a)

v2.41.0

Compare Source

Features
  • Document the helper method to simulate the low-memory event (#​714) (d9c9863)

v2.40.2

Compare Source

Miscellaneous Chores

v2.40.1

Compare Source

Bug Fixes
  • io.appium.settings process check as the foreground service check (#​713) (4fcdd7b)

v2.40.0

Compare Source

Features
  • update io.appium.settings to use newer location deps (#​712) (0d595aa)

v2.39.0

Compare Source

Features

v2.38.0

Compare Source

Features

v2.37.1

Compare Source

Bug Fixes
  • minor fixes for upcoming androidx.test.uiautomator:uiautomator:2.3.0 (#​708) (166ab62)

v2.37.0

Compare Source

Features
  • bump the server's targetSdkVersion from 32 to 33 (#​705) (8fda76d)

v2.36.0

Compare Source

Features

v2.35.0

Compare Source

Features

v2.34.2

Compare Source

Miscellaneous Chores

v2.34.1

Compare Source

Miscellaneous Chores

v2.34.0

Compare Source

Features

v2.33.1

Compare Source

Bug Fixes
  • Properly read systemPort value from capabilities (#​689) (cfaccb5)

v2.33.0

Compare Source

Features

v2.32.3

Compare Source

Miscellaneous Chores
  • Always use latest types (19754b2)

v2.32.2

Compare Source

Miscellaneous Chores

v2.32.1

Compare Source

Miscellaneous Chores

v2.32.0

Compare Source

Features

v2.31.4

Compare Source

Miscellaneous Chores

v2.31.3

Compare Source

Bug Fixes

v2.31.2

Compare Source

Miscellaneous Chores

v2.31.1

Compare Source

Miscellaneous Chores
  • add error log for this.adb.setHiddenApiPolicy error (#​656) (5c076c5)

v2.31.0

Compare Source

Features

v2.30.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants