v7.1.0
What's new
- Introduce custom queries engines
- ElementHandle.ClickablePointAsync is now public
- New Page.WaitForFrameAsync
- ElementHandle.ScrollIntoViewIfNeededAsync is now public
- Introduce user agent metadata in Page.SetUserAgentAsync
- Add support for async predicates in Page.WaitForResponseAsync
Changelog
- Add missing target tests by @kblok in #1936
- docs: add page.request examples by @Meir017 in #1939
- Configure SA1201 action as error by @BL323 in #1937
- Configure SA1124 action as error, remove regions by @BL323 in #1941
- Add missing PuppeteerTest in Screenshot tests by @kblok in #1943
- Add missing browser context tests by @kblok in #1944
- Add missing load test by @kblok in #1946
- Add support for async predicates in Page.WaitForResponseAsync by @kblok in #1947
- Frame - Fix xml doc example code by @amaitland in #1948
- Fix WaitForResponse test name by @kblok in #1949
- Introduce user agent metadata in Page.SetUserAgentAsync by @kblok in #1950
- Add missing PDF test by @kblok in #1952
- Add missing evaluation tests by @kblok in #1953
- Add missing frame tests by @kblok in #1955
- Add missing IgnoreHttpsErrors tests by @kblok in #1954
- Fix a test name on Page.$ by @kblok in #1956
- ElementHandle - Improve Debugger Display by @amaitland in #1963
- Introduce custom queries by @kblok in #1962
- Add missing query selector tests by @kblok in #1971
- RAM Leak Fix by @Mephisto090 in #1981
- ElementHandle.ScrollIntoViewIfNeededAsync public by @Mephisto090 in #1984
- Make ElementHandle.ClickablePointAsync public by @Mephisto090 in #1985
- Add missing oopif tests by @kblok in #1979
- Add failing ContentFrame test by @Androbin in #1972
New Contributors
- @BL323 made their first contribution in #1937
- @Mephisto090 made their first contribution in #1981
Full Changelog: v7.0.0...v7.1.0