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
+3-2
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@ Read `release_notes.md` for commit level details.
5
5
## [Unreleased]
6
6
7
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.
8
+
Ruby client sets `0` seconds as implicit wait by default instead of `20` seconds.
9
+
The behaviour follows the default spec in WebDriver.
9
10
10
11
### Enhancements
11
-
- Breaking changes
12
+
-**Breaking changes**
12
13
- Set implicit wait zero by default
13
14
- Can configure `wait: 20` as `appium_lib` capability to keep the behaviour
14
15
-[Experimental] Add `direct_connect` capability for the Ruby client in order to handle `directConnect` capability in a create session response by Appium server
0 commit comments