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
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,38 @@ dependencies {
66
66
```
67
67
68
68
## Changelog
69
+
*7.4.0*
70
+
-**[ENHANCEMENTS]**
71
+
- Add ability to set multiple settings. [#1409](https://github.com/appium/java-client/pull/1409)
72
+
- Support to execute Chrome DevTools Protocol commands against Android Chrome browser session. [#1375](https://github.com/appium/java-client/pull/1375)
73
+
- Add new upload options i.e withHeaders, withFormFields and withFileFieldName. [#1342](https://github.com/appium/java-client/pull/1342)
74
+
- Add AndroidOptions and iOSOptions. [#1331](https://github.com/appium/java-client/pull/1331)
75
+
- Add idempotency key to session creation requests. [#1327](https://github.com/appium/java-client/pull/1327)
76
+
- Add support for Android capability types: `buildToolsVersion`, `enforceAppInstall`, `ensureWebviewsHavePages`, `webviewDevtoolsPort`, and `remoteAppsCacheLimit`. [#1326](https://github.com/appium/java-client/pull/1326)
77
+
- Added OTHER_APPS and PRINT_PAGE_SOURCE_ON_FIND_FAILURE Mobile Capability Types. [#1323](https://github.com/appium/java-client/pull/1323)
78
+
- Make settings available for all AppiumDriver instances. [#1318](https://github.com/appium/java-client/pull/1318)
79
+
- Add wrappers for the Windows screen recorder. [#1313](https://github.com/appium/java-client/pull/1313)
0 commit comments