From d43f29323c22cdc4a1899695a9031d0008dd504f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Fri, 4 May 2018 18:48:57 -0300 Subject: [PATCH] v0.6 docs (#187) --- lib/PuppeteerSharp/PuppeteerSharp.csproj | 32 +++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/lib/PuppeteerSharp/PuppeteerSharp.csproj b/lib/PuppeteerSharp/PuppeteerSharp.csproj index f0913bfc2..e5c512146 100644 --- a/lib/PuppeteerSharp/PuppeteerSharp.csproj +++ b/lib/PuppeteerSharp/PuppeteerSharp.csproj @@ -2,7 +2,7 @@ netstandard2.0 true - 0.5.0 + 0.6.0 Darío Kondratiuk Darío Kondratiuk https://github.com/kblok/puppeteer-sharp @@ -11,7 +11,32 @@ PuppeteerSharp Headless Chrome .NET API PuppeteerSharp - * 0.5.0: Frames and Tracing + * 0.6.0: Input + * Features + - Input simulation + * New APIs + - ElementHandle.HoverAsync + - ElementHandle.ClickAsync + - ElementHandle.UploadFileAsync + - ElementHandle.TapAsync + - ElementHandle.FocusAsync + - ElementHandle.TypeAsync + - ElementHandle.PressAsync + - Keyboard.DownAsync + - Keyboard.UpAsync + - Keyboard.SendCharacterAsync + - Keyboard.TypeAsync + - Keyboard.PressAsync + - Mouse.MoveAsync + - Mouse.ClickAsync + - Mouse.DownAsync + - Mouse.UpAsync + - TouchScreen.TapAsync + - Page.ClickAsync + - Page.HoverAsync + - Page.FocusAsync + - Page.TypeAsync +* 0.5.0: Frames and Tracing * Features - Network Events - Tracing @@ -63,12 +88,13 @@ - Page.WaitForTimeoutAsync - Page.WaitForFunctionAsync - Page.WaitForSelectorAsync + - Page.PageError * 0.3.3: Page.Dispose fixes. NavigationOptions properties were made public. Several Page features are included as pre-release. * 0.3.2: Frame/FrameManager and Page redirect fixes * 0.3.1: .NET Framework Support * 0.3.0: Process improvements, User data dir support * 0.1.0: PDF and Screenshots support - 0.5.0 + 0.6.0 false