v10.1.0
What's New
- Introduce text query handler by @kblok in #2217
XPathAsync
andWaitForXPathAsync
were replaced in favor of thexpath/
selector handler. @kblok in #2230
What's Changed
- Initialize logging earlier by @jnyrup in #2218
- More idiomatic usage of ConcurrentDictionary by @jnyrup in #2221
- Ensure members are initialized before attaching event handlers by @jnyrup in #2220
- Use Headers from extraInfo when available by @jnyrup in #2224
- Improve variable initialization by @jnyrup in #2223
- Skip
ShouldDownloadAndExtractFirefoxLinuxBinary
on Windows by @jnyrup in #2232 - Single lookups into concurrent dictionary by @jnyrup in #2231
- Fix race condition that caused LaunchAsync to never resolve for chrome by @leonardo-fernandes in #2214
- Fix FrameWaitForFunctionTests.ShouldPollOnMutation by @leonardo-fernandes in #2225
- Improve FrameWaitForXPathTests tests by @kblok in #2235
- Atomically get Puppeteer utilities by @kblok in #2236
- Fix some tests in Firefox by @kblok in #2237
- Custom queries manager improvements by @kblok in #2234
- Fix PageGotoTests by @leonardo-fernandes in #2238
- Fix flakyness of ShouldWaitForNetworkIdleToSucceedNavigation test by @leonardo-fernandes in #2239
Full Changelog: v10.0.0...v10.1.0