New Features
New APIs
- 3e985c5 Page.SetBypassCSPAsync
- 64a2b19 Page.WaitForExpressionAsync
- 64a2b19 Frame.WaitForExpressionAsync
- 0f328c5 ElementHandle.BoxModelAsync
- ee41463 Page.Close event
Breaking Changes
- 079273d ConnectOptions.KeepAliveInterval and LaunchOPtions.KeepAliveInterval were marked as obsolete because Chromim doesn't support pings yet (see: https://bugs.chromium.org/p/chromium/issues/detail?id=865002)
- ff30f2a ScreenshotOptions.Type is now an enum
Changelog
- c99a35d Add an option to disable timeout for WaitForFunctionAsync
- cd5f9ed Tracing.StopAsync now returns a string with the trace data.
- 8bfb4d4 ViewPortOptions.DeviceScaleFactor, IsLandscape and HasTouch now has a public setter.
- 1497c79 Page.waitForNavigation handle mixed content correctly.
- 011908d Explicitly throw on content request for redirect response
- 0e581d8 Consume protocol errors when initiating browser.close()