Questions tagged [puppeteer-sharp]

A .NET port of the official Node.JS Puppeteer API.

Puppeteer Sharp is a .NET port of the official Node.JS Puppeteer API.

Minimum requirements:

.NET Framework 4.6.1 and .NET Core 2.0
Windows 8 or Windows Server 2012

Resources:

Community:

226 questions
-1
votes
1 answer

How can i convert puppeteer Array.from().map() from C# to JavaScript

I am using this code in C# and it is working properly. using PuppeteerSharp; var links = page.EvaluateExpressionAsync ("Array.from(document.querySelectorAll('a span')) .map(a =>…
Can Ali
  • 341
  • 3
  • 10
1 2 3
15
16