v16.0.0
Breaking changes
- Request.Failure was renamed to Request.FailureText.
 - Request.RequestId was renamed to Request.Id
 - CloseReason, IsClosed and TargetType were removed from ICDPSession.
 
What's new
What's Changed
- Improve expose function reliability by @kblok in #2514
 - Introduce ElementHandle.ScrollIntoViewAsync by @kblok in #2520
 - Ignore all tests on webdriver bidi by @kblok in #2521
 - Split Dialog class by @kblok in #2562
 - Introduce CdpWebWorker by @kblok in #2563
 - [BREAKING] Split Response and Request classes by @kblok in #2568
 - Split target class by @kblok in #2569
 - Split JSHandle and ElementHandle by @kblok in #2570
 - [BREAKING] Split CdpSession by @kblok in #2571
 - Split browser and browser context by @kblok in #2572
 - Split frame class by @kblok in #2573
 - Split page by @kblok in #2576
 - Split input classes by @kblok in #2577
 - DevOps: Create issue from a file by @kblok in #2579
 - Introduce protocol in launch options by @kblok in #2578
 
Full Changelog: v15.1.0...v16.0.0