Closed
Description
Description:
I just pulled the latest master source code and go to an example get-all-links
then I typed dotnet build
and dotnet run
after that it's hanging in the line of Puppeteer.LaunchAsync
I also saw this issue #696
but it was last year ago, so any updates to run it on Linux
Out put:
Downloading chromium
Navigating to google.com
Expected behavior:
Puppeteer is launched and get all the links of google.com
Actual behavior:
Puppeteer hangs.
Versions
Puppeteer version: 1.9.0
.NET version: .NET core 2.1
Ubuntu version: Ubuntu 16.04.6 LTS
Thank you for your help.