diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 430265d18d..a7dd0edb54 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -35,6 +35,17 @@ event. To align with web specification, the `WaitUntilState.DOMContentLoaded` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `WaitUntil: WaitUntilState.Load` to wait for all iframes. +### Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### New .runsettings file support diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index c5738aa11e..d4675abc90 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -33,6 +33,17 @@ event. To align with web specification, the `WaitUntilState.DOMCONTENTLOADED` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `setWaitUntil(WaitUntilState.LOAD)` to wait for all iframes. +### Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### New APIs & changes diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index fab7e1f28e..b1144aac65 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -46,6 +46,17 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `waitUntil: 'load'` to wait for all iframes. +### Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25
diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index c6574cde13..2edeabc139 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -33,6 +33,17 @@ event. To align with web specification, the `'domcontentloaded'` value only waits for the target frame to fire the `'DOMContentLoaded'` event. Use `wait_until="load"` to wait for all iframes. +### Browser Versions + +* Chromium 106.0.5249.30 +* Mozilla Firefox 104.0 +* WebKit 16.0 + +This version was also tested against the following stable channels: + +* Google Chrome 105 +* Microsoft Edge 105 + ## Version 1.25 ### Announcements