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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,14 @@
6
6
-`Ferrum::Network::Request#headers` are enhanced and supplemented with `Network.requestWillBeSentExtraInfo`[#506]
7
7
-`Ferrum::Page#off` to unsubscribe from CDP events [#455]
8
8
-`Ferrum::Mouse#scroll_by` to be able to scroll by, as alternative to `scroll_to`[#514]
9
+
-`Ferrum::Network::Exchange#unknown` determines if the exchange is in an unknown state, meaning that browser might not return info about it [#426]
10
+
-`Ferrum::Network::Exchange#loader_id` returns loader id [#426]
9
11
10
12
### Changed
11
13
14
+
-`Ferrum::Network::Exchange#finished?` takes into account that exchange might be in an unknown state after loader changed(next `go_to` call) and considers
15
+
such as finished [#426]
16
+
12
17
### Fixed
13
18
14
19
- Correctly set mouse events buttons property [#509]
0 commit comments