From b9b3225093b49c31804cf75189e389f451845812 Mon Sep 17 00:00:00 2001 From: ThaDaVos Date: Sat, 18 Apr 2020 20:53:47 +0200 Subject: [PATCH] x-server pre-requisite (#1459) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * x-server pre-requisite * change copy Co-authored-by: DarĂ­o Kondratiuk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02ddf855b..e3987a05d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Puppeteer Sharp is a .NET port of the official [Node.JS Puppeteer API](https://g * As Puppeteer-Sharp is a NetStandard 2.0 library, the minimum platform versions are .NET Framework 4.6.1 and .NET Core 2.0. [Read more](https://docs.microsoft.com/en-us/dotnet/standard/net-standard). * The minimum **Windows** versions supporting the WebSocket library are Windows 8 and Windows Server 2012. [Read more](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets?redirectedfrom=MSDN&view=netframework-4.7.2). If you need to run Puppeteer-Sharp on Windows 7 you can use [System.Net.WebSockets.Client.Managed](https://www.nuget.org/packages/System.Net.WebSockets.Client.Managed/) through the [LaunchOptions.WebSocketFactory](https://www.puppeteersharp.com/api/PuppeteerSharp.LaunchOptions.html#PuppeteerSharp_LaunchOptions_WebSocketFactory) property. * If you have issues running Chrome on Linux, the Puppeteer repo has a [great troubleshooting guide](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md). + * X-server is required on Linux. # How to Contribute and Provide Feedback