docs: add missing browser versions to 1.26 release (#17485)
This commit is contained in:
parent
68f029e047
commit
00cc7c2ac2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
<div className="embed-youtube">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue