This commit is contained in:
parent
58e68ef6e0
commit
5455a5a5fb
|
|
@ -35,6 +35,17 @@ event.
|
||||||
To align with web specification, the `WaitUntilState.DOMContentLoaded` value only waits for
|
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.
|
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
|
## Version 1.25
|
||||||
|
|
||||||
### New .runsettings file support
|
### New .runsettings file support
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,17 @@ event.
|
||||||
To align with web specification, the `WaitUntilState.DOMCONTENTLOADED` value only waits for
|
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.
|
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
|
## Version 1.25
|
||||||
|
|
||||||
### New APIs & changes
|
### New APIs & changes
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,17 @@ event.
|
||||||
To align with web specification, the `'domcontentloaded'` value only waits for
|
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.
|
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
|
## Version 1.25
|
||||||
|
|
||||||
<div className="embed-youtube">
|
<div className="embed-youtube">
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,17 @@ event.
|
||||||
To align with web specification, the `'domcontentloaded'` value only waits for
|
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.
|
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
|
## Version 1.25
|
||||||
|
|
||||||
### Announcements
|
### Announcements
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue