Skip to content

Update dependency io.appium:java-client to v10 - #61

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.appium-java-client-10.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.appium-java-client-10.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
io.appium:java-client (source) 7.3.010.1.1 age confidence

Release Notes

appium/java-client (io.appium:java-client)

v10.1.1

Compare Source

10.1.1

  • [BUG FIX]
    • Perform additional security checks on overrideServerUrl API #​2408
    • Make the library compatible to Selenium 4.44 #​2410
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version from 4.40.0 to 4.42.0 #​2390

v10.1.0

Compare Source

10.1.0

  • [ENHANCEMENTS]
    • Add support for descendant and ancestor flutter locators #​2357
  • [BUG FIX]
    • Fix ListOutputStream.close() to close all streams on failure #​2392
    • Avoid using system default locale #​2352
  • [REFACTOR]
    • Avoid using reflection to manage AppiumCommandExecutor state #​2356
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version from 4.35.0 to 4.40.0 #​2383
    • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #​2342
    • Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0 #​2350, #​2374

v10.0.0

Compare Source

10.0.0

  • [DOCUMENTATION]
    • Document the migration guide from v9 to v10 #​2331
    • updated maven central release badge #​2316
    • updated CI badge to use ci.yml workflow #​2317
  • [BREAKING CHANGE] #​2327
    • Removed all deprecated methods with Selenium's Location and LocationContext (these classes have been removed in Selenium 4.35.0)
  • [ENHANCEMENTS]
    • Proxy commands issues via RemoteWebElement #​2311
    • Automated Release to Maven Central Repository using JReleaser #​2313
  • [BUG FIX]
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version to 4.35.0 #​2327
    • Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 #​2314
    • Bump io.github.bonigarcia:webdrivermanager #​2322
    • Bump com.gradleup.shadow from 8.3.7 to 8.3.8 #​2315
    • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #​2320

v9.5.0: v.9.5.0

Compare Source

9.5.0

  • [ENHANCEMENTS]
    • Allow extension capability keys to contain dot characters #​2271
    • Add a client for Appium server storage plugin #​2275
    • Swap check for Widget and WebElement #​2277
    • Add compatibility with Selenium 4.34.0 #​2298
    • Add new option classes for prebuiltWDAPath and usePreinstalledWDA XCUITest capabilities #​2304
  • [REFACTOR]
  • [DEPENDENCY UPDATES]

v9.4.0

Compare Source

9.4.0

  • [ENHANCEMENTS]
  • [BUG FIX]
    • Fix scroll issue in flutter integration driver #​2227
    • Fix the definition of logcatFilterSpecs option #​2258
    • Use WeakHashMap for caching proxy classes #​2260
  • [DEPENDENCY UPDATES]
    • Bump minimum supported Selenium version from 4.19.0 to 4.26.0 #​2246
    • Bump Apache Commons Lang from 3.15.0 to 3.16.1 #​2220, #​2228
    • Bump SLF4J from 2.0.13 to 2.0.16 #​2221

v9.3.0

Compare Source

9.3.0

  • [ENHANCEMENTS]
    • Add support for FlutterIOSDriver. #​2206
    • add support for FlutterAndroidDriver. #​2203
    • Add locator types supported by flutter integration driver. #​2201
    • add flutter driver commands to support camera mocking. #​2207
    • Add ability to use secure WebSocket to listen Logcat messages. #​2182
    • Add mobile: replacements to clipboard API wrappers. #​2188
  • [DEPRECATION]
    • Deprecate obsolete TouchAction helpers. #​2199
  • [REFACTOR]
  • [DOCUMENTATION]
  • [DEPENDENCY UPDATES]
    • org.junit.jupiter:junit-jupiter was updated to 5.10.3.
    • org.projectlombok:lombok was updated to 1.18.34.
    • io.github.bonigarcia:webdrivermanager was updated to 5.9.1.
    • org.owasp.dependencycheck was updated to 10.0.3.
    • org.apache.commons:commons-lang3 was updated to 3.15.0.

v9.2.3

Compare Source

9.2.3

  • [BUG FIX]
    • Properly represent FeaturesMatchingResult model if multiple option is enabled #​2170
    • Use current class loader for the ByteBuddy wrapper #​2172
      This fixes errors like NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement, NoClassDefFoundError: io/appium/java_client/proxy/HasMethodCallListeners when PageFactory is used.
    • Correct extension name for mobile: replaceElementValue #​2171
  • [DEPRECATION]
    • Deprecate AppiumProtocolHandshake class #​2173
      The original ProtocolHandshake class only supports W3C protocol now. There is no need to hack it anymore.
  • [REFACTOR]
    • Replace Guava HttpHeaders with Selenium HttpHeader #​2151
  • [DEPENDENCY CHANGE]
    • Bump SLF4J from 2.0.12 to 2.0.13 #​2158
    • Bump Gson from 2.10.1 to 2.11.0 #​2175

v9.2.2

Compare Source

9.2.2

  • [BUG FIX]
    • fix: Fix building of Android key event parameters #​2145
    • fix: Fix building of Android geo location parameters #​2146

v9.2.1

Compare Source

9.2.1

  • [REFACTOR]
    • Replace private usages of Guava Collections API with Java Collections API #​2136
    • Remove usages of Guava's @VisibleForTesting annotation #​2138. Previously opened internal API marked with @VisibleForTesting annotation is private now:
      • io.appium.java_client.internal.filters.AppiumUserAgentFilter#containsAppiumName
      • io.appium.java_client.service.local.AppiumDriverLocalService#parseSlf4jContextFromLogMessage
  • [DEPENDENCY CHANGE]
    • Bump minimum supported Selenium version from 4.17.0 to 4.19.0 #​2142

v9.2.0

Compare Source

9.2.0

  • [ENHANCEMENTS]
    • Incorporate poll delay mechanism into AppiumFluentWait #​2116 (Closes #​2111)
    • Make server startup error messages more useful #​2130
  • [BUG FIX]
    • Set correct geolocation coordinates of the current device #​2109 (Fixes #​2108)
    • Always release annotated element reference from the builder instance #​2128
    • Cache dynamic proxy classes created by ByteBuddy #​2129 (Fixes #​2119)
  • [DEPENDENCY CHANGE]
    • Bump SLF4J from 2.0.11 to 2.0.12 #​2115
  • [DOCUMENTATION]

v9.1.0

Compare Source

9.1.0

  • [ENHANCEMENTS]
    • Introduce better constructor argument validation for the AppiumFieldDecorator class. #​2070
    • Add toString to AppiumClientConfig. #​2076
    • Perform listeners cleanup periodically. #​2077
    • Add non-W3C context, orientation and rotation management endpoints removed from Selenium client. #​2093
    • Add non-W3C Location-management endpoints deprecated in Selenium client. #​2098
  • [BUG FIX]
    • Properly unwrap driver instance if the ContextAware object is deeply nested. #​2052
    • Update hashing and iteration logic of page object items. #​2067
    • Assign method call listeners directly to the proxy instance. #​2102
    • Use JDK 11 to build Jitpack snapshots. #​2083
  • [DEPRECATION]
    • Deprecate custom functional interfaces. #​2055
  • [REFACTOR]
    • Use Java 9+ APIs instead of outdated/3rd-party APIs. #​2048
    • Migrate to new Selenium API for process management. #​2054
  • [DEPENDENCY CHANGE]
    • Bump minimum supported Selenium version from 4.14.1 to 4.17.0.
    • Bump SLF4J from 2.0.9 to 2.0.11. #​2091, #​2099
  • [DOCUMENTATION]
    • Describe the release procedure. #​2104

v9.0.0

Compare Source

9.0.0

  • [DOCUMENTATION]
  • [BREAKING CHANGE] #​2036
    • Set minimum Java version to 11.
    • The previously deprecated MobileBy class has been removed. Use AppiumBy instead.
    • The previously deprecated launchApp, resetApp and closeApp methods have been removed. Use extension methods instead.
    • The previously deprecated WindowsBy class and related location strategies have been removed.
    • The previously deprecated ByAll class has been removed in favour of the Selenium one.
    • The previously deprecated AndroidMobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated IOSMobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated MobileCapabilityType interface has been removed. Use driver options instead
    • The previously deprecated MobileOptions class has been removed. Use driver options instead
    • The previously deprecated YouiEngineCapabilityType interface has been removed. Use driver options instead
    • Removed several misspelled methods. Use properly spelled alternatives instead
    • Removed startActivity method from AndroidDriver. Use 'mobile: startActivity' extension method instead
    • Removed the previously deprecated APPIUM constant from the AutomationName interface
    • Removed the previously deprecated PRE_LAUNCH value from the GeneralServerFlag enum
    • Moved AppiumUserAgentFilter class to io.appium.java_client.internal.filters package
  • [REFACTOR]
    • Align Selenium version in test dependencies. #​2042
  • [DEPENDENCY CHANGE]
    • Removed dependencies to Apache Commons libraries.

v8.6.0

Compare Source

8.6.0

  • [BUG FIX]
    • Exclude abstract methods from proxy matching. #​1937
    • AppiumClientConfig#readTimeout to call super.readTimeout. #​1959
    • Use weak references to elements inside of interceptor objects. #​1981
    • Correct spelling and semantic mistakes in method naming. #​1970
    • Change scope of selenium-support dependency to compile. #​2019
    • Fix Code style issues to match Java standards. #​2017
    • class of proxy method in AppiumClientConfig. #​2026
  • [ENHANCEMENTS]
    • Mark Windows page object annotations as deprecated. #​1938
    • Deprecate obsolete capabilities constants. #​1961
    • patch AutomationName with Chromium. #​1993
    • Implementation of Chromium driver plus capabilities. #​2003
  • [REFACTOR]
    • Increase server start timeout for iOS tests. #​1983
    • Fix Android test: --base-path arg must start with /. #​1952
    • Added fixes for No service provider found for io.appium.java_client.events.api.Listener. #​1975
    • Run tests against latest Selenium release. #​1978
    • Use server releases from the main branch for testing. #​1994
    • Remove obsolete API calls from tests. #​2006
    • Automate more static code checks. #​2028
    • Limit the maximum selenium version to 4.14. #​2031
    • Remove the obsolete commons-validator dependency. #​2032
  • [DOCUMENTATION]
    • Add the latest versions of clients to the compatibility matrix. #​1935
    • Added correct url path for the latest appium documentation. #​1974
    • Add Selenium 4.11.0, 4.12.0, 4.12.1 & 4.13.0 to compatibility matrix. #​1986 & #​1999 & #​2002 & #​1986
    • Add known compatibility issue for Selenium 4.12.1. #​2008
  • [DEPENDENCY UPDATES]
    • org.owasp.dependencycheck was updated to 8.4.0.
    • org.junit.jupiter:junit-jupiter was updated to 5.10.0.
    • commons-io:commons-io was updated to 2.14.0.
    • checkstyle was updated to 10.12.1.
    • org.apache.commons:commons-lang3 was updated to 3.13.0.
    • gradle was updated to 8.4.0.
    • io.github.bonigarcia:webdrivermanager was updated to 5.5.3.
    • org.seleniumhq.selenium:selenium-bom was updated to 4.13.0.
    • org.projectlombok:lombok was updated to 1.18.30.

v8.5.1

Compare Source

8.5.1

  • [BUG FIX]
    • Use correct exception type for fallback at file/folder pulling. #​1912
    • Update autoWebview capability name. #​1917
  • [REFACTOR]
    • Move execution of E2E tests to GitHub Actions. #​1913
    • Replace cglib with bytebuddy. #​1923
    • Improve the error message on service startup. #​1928
  • [DOCUMENTATION]
    • Initiate Selenium client compatibility matrix. #​1918
  • [DEPENDENCY UPDATES]
    • io.github.bonigarcia:webdrivermanager was updated to 5.3.3.
    • org.projectlombok:lombok was updated to 1.18.28.
    • commons-io:commons-io was updated to 2.12.0.

v8.5.0

Compare Source

8.5.0

  • [BUG FIX]
    • Restore Jitpack builds. #​1911
    • Add fallback commands for file management APIs. #​1910
  • [REFACTOR]
    • Replace performance data APIs with mobile extensions. #​1905
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.9.1.
    • org.junit.jupiter:junit-jupiter was updated to 5.9.3.

v8.4.0

Compare Source

8.4.0

  • [ENHANCEMENTS]
    • Added possibility to connect to a running session. #​1813
    • deprecate tapWithShortPressDuration capability.#​1825
    • Add SupportsEnforceAppInstallOption to XCUITestOptions.#​1895
  • [BUG FIX]
    • Use ipv4 address instead of localhost. #​1815
    • Fix test broken by updates in appium-xcuitest-driver. #​1839
    • Merge misc tests suite into unit tests suite. #​1850
    • Avoid NPE in destroyProcess call. #​1878
    • Send arguments for mobile methods depending on the target platform. #​1897
  • [REFACTOR]
    • Run Gradle wrapper validation only on Gradle files changes. #​1828
    • Skip GH Actions build on changes in docs. #​1829
    • Remove Checkstyle exclusion of removed Selenium package. #​1831
    • Enable Checkstyle checks for test code. #​1843
    • Configure CODEOWNERS to automate review requests. #​1846
    • Enable execution of unit tests in CI. #​1845
    • Add Simple SLF4J binding to unit tests runtime. #​1848
    • Improve performance of proxy Interceptor logging. #​1849
    • Make unit tests execution a part of Gradle build lifecycle. #​1853
    • Replace non-W3C API calls with corresponding extension calls in app management. #​1883
    • Switch the time getter to use mobile extensions. #​1884
    • Switch file management APIs to use mobile: extensions. #​1886
    • Use mobile extensions for app strings getters and keyboard commands. #​1890
    • Finish replacing iOS extensions with their mobile alternatives. #​1892
    • Change some Android APIs to use mobile extensions. #​1893
    • Change backgroundApp command to use the corresponding mobile extension. #​1896
    • Switch more Android helpers to use extensions. #​1898
    • Perform xcuitest driver prebuild. #​1900
    • Finish migrating Android helpers to mobile extensions. #​1901
    • Avoid sending unnecessary requests if corresponding extensions are absent. #​1903
  • [DOCUMENTATION]
    • Describe transitive Selenium dependencies management. #​1827
    • Fix build badge to point GH Actions CI. #​1844
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.8.2.
    • org.slf4j:slf4j-api was updated to 2.0.7.
    • org.owasp.dependencycheck was updated to 8.2.1.
    • gradle was updated to 8.1.0.
    • com.google.code.gson:gson was updated to 2.10.1.
    • io.github.bonigarcia:webdrivermanager was updated to 5.3.2.
    • org.junit.jupiter:junit-jupiter was updated to 5.9.2.
    • checkstyle was updated to 10.0.
    • jacoco was updated to 0.8.8.
    • org.projectlombok:lombok was updated to 1.18.26.
    • com.github.johnrengelman.shadow was updated to 8.1.1.

v8.3.0

Compare Source

8.3.0

  • [DOCUMENTATION]
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.7.0.
    • org.slf4j:slf4j-api was updated to 2.0.5.

v8.2.1

Compare Source

  • [ENHANCEMENTS]
    • BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. #​1752
    • Connect directly to Appium Hosts in Distributed Environments. #​1747
    • use own User Agent. #​1779
    • Add alternative proxy implementation. #​1790
    • Automated artefact publish to maven central. #​1803 & #​1807
  • [BUG FIX]
    • Enforce usage of Base64 compliant with RFC 4648 for all operations. #​1785
    • Override getScreenshotAs to support the legacy base64 encoding. #​1787
  • [REFRACTOR]
    • BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. #​1752
    • JUnit5 test classes and methods are updated to have default package visibility. #​1755
    • Verify if the PR title complies with conventional commits spec. #​1757
    • Use Lombok in direct connect class. #​1789
    • Update readme and remove obsolete documents. #​1792
    • Remove unnecessary annotation. #​1791
    • Force unified imports order. #​1793
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.5.0.
    • org.owasp.dependencycheck was updated to 7.3.2.
    • io.github.bonigarcia:webdrivermanager was updated to 5.3.1.
    • org.junit.jupiter:junit-jupiter was updated to 5.9.1.
    • org.slf4j:slf4j-api was updated to 2.0.4.
    • com.google.code.gson:gson was updated to 2.10.0.

v8.2.0

Compare Source

  • [ENHANCEMENTS]
    • AppiumDriverLocalService can handle outputStreams. #​1709
    • Add creating a driver with ClientConfig. #​1735
  • [BUG FIX]
    • Update the environment argument type for mac SupportsEnvironmentOption. #​1712
  • [REFRACTOR]
    • Deprecate Appium ByAll in favour of Selenium ByAll. #​1740
    • Bump Node.js version in pipeline. #​1713
    • Switch unit tests to run on Junit 5 Jupiter Platform. #​1721
    • Clean up unit tests asserting thrown exceptions. #​1741
    • Fix open notification test. #​1749
    • update Azure pipeline to use macos-11 VM image. #​1728
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.4.0.
    • org.owasp.dependencycheck was updated to 7.1.2.
    • io.github.bonigarcia:webdrivermanager was updated to 5.3.0.
    • gradle was updated to 7.5.1.
    • com.google.code.gson:gson was updated to 2.9.1.

v8.1.1

Compare Source

8.1.1

  • [BUG FIX]
    • Perform safe typecast while getting the platform name. #​1702
    • Add prefix to platformVersion capability name. #​1704
  • [REFRACTOR]
    • Update e2e tests to make it green. #​1706
    • Ignore the test which has a connected server issue. #​1699

v8.1.0

Compare Source

8.1.0

  • [ENHANCEMENTS]
    • Add new EspressoBuildConfig options. #​1687
  • [DOCUMENTATION]
    • delete all references to removed MobileElement class. #​1677
  • [BUG FIX]
    • Pass orientation name capability in uppercase. #​1686
    • correction for ping method to get proper status URL. #​1661
    • Remove deprecated option classes. #​1679
    • Remove obsolete event firing decorators. #​1676
  • [DEPENDENCY UPDATES]
    • org.seleniumhq.selenium:selenium-java was updated to 4.2.0.
    • org.owasp.dependencycheck was updated to 7.1.0.1.
    • org.springframework:spring-context was updated to 5.3.18.
    • org.aspectj:aspectjweaver was updated to 1.9.9.
    • io.github.bonigarcia:webdrivermanager was updated to 5.2.0.
    • org.projectlombok:lombok was updated to 1.18.24.

v8.0.0

Compare Source

8.0.0

  • [DOCUMENTATION]
    • Set minimum Java version to 1.8.0. #​1631
  • [BUG FIX]
    • Make interfaces public to fix decorator creation. #​1644
    • Do not convert argument names to lowercase. #​1627
    • Avoid fallback to css for id and name locator annotations. #​1622
    • Fix handling of chinese characters in AppiumDriverLocalService. #​1618
  • [DEPENDENCY UPDATES]
    • org.owasp.dependencycheck was updated to 7.0.0.
    • org.springframework:spring-context was updated to 5.3.16.
    • actions/setup-java was updated to 3.
    • actions/checkout was updated to 3.
    • io.github.bonigarcia:webdrivermanager was updated to 5.1.0.
    • org.aspectj:aspectjweaver was updated to 1.9.8.
    • org.slf4j:slf4j-api was updated to 1.7.36.
    • com.github.johnrengelman.shadow was updated to 7.1.2.

v7.6.0

Compare Source

7.6.0

  • [ENHANCEMENTS]
    • Add custom commands dynamically [Appium 2.0]. #​1506
    • New General Server flags are added [Appium 2.0]. #​1511
    • Add support of extended Android geolocation. #​1492
  • [BUG FIX]
    • AndroidGeoLocation: update the constructor signature to mimic order of parameters in org.openqa.selenium.html5.Location. #​1526
    • Prevent duplicate builds for PRs from base repo branches. #​1496
    • Enable Dependabot for GitHub actions. #​1500
    • bind mac2element in element map for mac platform. #​1474
  • [DEPENDENCY UPDATES]
    • org.owasp.dependencycheck was updated to 6.3.2.
    • org.projectlombok:lombok was updated to 1.18.22.
    • com.github.johnrengelman.shadow was updated to 7.1.0.
    • actions/setup-java was updated to 2.3.1.
    • io.github.bonigarcia:webdrivermanager was updated to 5.0.3.
    • org.springframework:spring-context was updated to 5.3.10.
    • org.slf4j:slf4j-api was updated to 1.7.32.
    • com.google.code.gson:gson was updated to 2.8.8.
    • gradle was updated to 7.1.1.
    • commons-io:commons-io was updated to 2.11.0.
    • org.aspectj:aspectjweaver was updated to 1.9.7.
    • org.eclipse.jdt:ecj was updated to 3.26.0.
    • 'junit:junit was updated to 4.13.2.

v7.5.1

Compare Source

  • [ENHANCEMENTS]
    • Add iOS related annotations to tvOS. #​1456
  • [BUG FIX]
    • Bring back automatic quote escaping for desired capabilities command-line arguments on windows. #​1454
  • [DEPENDENCY UPDATES]
    • org.owasp.dependencycheck was updated to 6.1.2.
    • org.eclipse.jdt:ecj was updated to 3.25.0.

v7.5.0

Compare Source

  • [ENHANCEMENTS]
    • Add support for Appium Mac2Driver. #​1439
    • Add support for multiple image occurrences. #​1445
    • BOUND_ELEMENTS_BY_INDEX Setting was added. #​1418
  • [BUG FIX]
    • Use lower case for Windows platform key in ElementMap. #​1421
  • [DEPENDENCY UPDATES]
    • org.apache.commons:commons-lang3 was updated to 3.12.0.
    • org.springframework:spring-context was updated to 5.3.4.
    • org.owasp.dependencycheck was updated to 6.1.0.
    • io.github.bonigarcia:webdrivermanager was updated to 4.3.1.
    • org.eclipse.jdt:ecj was updated to 3.24.0.
    • org.projectlombok:lombok was updated to 1.18.16.
    • jcenter repository was removed.

v7.4.1

Compare Source

7.4.1

  • [BUG FIX]
    • Fix the configuration of selenium-java dependency. #​1417
  • [DEPENDENCY UPDATES]
    • gradle was updated to 6.7.1.

v7.4.0

Compare Source

  • [ENHANCEMENTS]
    • Add ability to set multiple settings. #​1409
    • Support to execute Chrome DevTools Protocol commands against Android Chrome browser session. #​1375
    • Add new upload options i.e withHeaders, withFormFields and withFileFieldName. #​1342
    • Add AndroidOptions and iOSOptions. #​1331
    • Add idempotency key to session creation requests. #​1327
    • Add support for Android capability types: buildToolsVersion, enforceAppInstall, ensureWebviewsHavePages, webviewDevtoolsPort, and remoteAppsCacheLimit. #​1326
    • Added OTHER_APPS and PRINT_PAGE_SOURCE_ON_FIND_FAILURE Mobile Capability Types. #​1323
    • Make settings available for all AppiumDriver instances. #​1318
    • Add wrappers for the Windows screen recorder. #​1313
    • Add GitHub Action validating Gradle wrapper. #​1296
    • Add support for Android viewmatcher. #​1293
    • Update web view detection algorithm for iOS tests. #​1294
    • Add allow-insecure and deny-insecure server flags. #​1282
  • [BUG FIX]
    • Fix jitpack build failures. #​1389
    • Fix parse platformName if it is passed as enum item. #​1369
    • Increase the timeout for graceful AppiumDriverLocalService termination. #​1354
    • Avoid casting to RemoteWebElement in ElementOptions. #​1345
    • Properly translate desiredCapabilities into a command line argument. #​1337
    • Change getDeviceTime to call the mobile implementation. #​1332
    • Remove appiumVersion from MobileCapabilityType. #​1325
    • Set appropriate fluent wait timeouts. #​1316
  • [DOCUMENTATION UPDATES]
    • Update Appium Environment Troubleshooting. #​1358
    • Address warnings printed by docs linter. #​1355
    • Add java docs for various Mobile Options. #​1331
    • Add AndroidFindBy, iOSXCUITFindBy and WindowsFindBy docs. #​1311
    • Renamed maim.js to main.js. #​1277
    • Improve Readability of Issue Template. #​1260

Configuration

📅 Schedule: (UTC)

  • 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