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: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
Read `release_notes.md` for commit level details.
4
4
5
5
## [Unreleased]
6
+
7
+
This release has a breaking change about an implicit wait.
8
+
Ruby client sets `0` seconds as implicit wait by default from this release since it is the default spec behaviour in WebDriver while Ruby client had set `20` seconds for it.
9
+
6
10
### Enhancements
11
+
- Breaking changes
12
+
- Set implicit wait zero by default
13
+
- Can configure `wait: 20` as `appium_lib` capability to keep the behaviour
7
14
-[Experimental] Add `direct_connect` capability for the Ruby client in order to handle `directConnect` capability in a create session response by Appium server
8
15
- Update http client following `directConnectProtocol`, `directConnectHost`, `directConnectPort` and `directConnectPath`
9
16
if `direct_connect` capability for ruby_lib_core is `true`
0 commit comments