-
We are using PuppeteerSharp v13.0.1(.NET 6 web app ) for connecting to a remote chromium browser (it runs in a docker container in Azure, browserless/chrome:latest) navigating to multiple URLs in our …
-
# Summary
Most tools that do this either have many dependencies or rely on a browser driver (slow performance, potentially some browser issues). We would like to find some middle ground tool if it …
-
### Steps to reproduce
* Puppeteer version: 1.1.1
* Platform / OS version: Windows 10, version 1709, build 16299.248
* Node.js version: v7.9.0
**What steps will reproduce the problem?**
Fir…
-
Similar to the Flyers we want to have button, wher you can download the kit as PDF.
so we need:
- create a internal-print page for the kit for the layout
- create a pirnt page with puppeteer for conv…
-
### Minimal, reproducible example
```TypeScript
import puppeteer from "puppeteer";
(async () => {
const browser = await puppeteer.launch({
product: "firefox", // "chrome",
headless…
-
Nice program.
Is there a simple way to change the date format in the pdf header to display the date as YYYY-MM-DD?
Thanks
-
I figure we could make a gulp build, and run puppeteer (headless chrome) to export the PDF's? Thoughts?
https://github.com/GoogleChrome/puppeteer has an example of creating a PDF from a page:
```J…
-
### Minimal, reproducible example
```TypeScript
import puppeteer from 'puppeteer';
(async () => {
const browser = await puppeteer.launch();
const page = await browser.newPage();
…
-
Hi there,
Apologies if I'm polluting your issues, but just wanted to put this here in case it helps someone else, as I came looking here first as we use your library.
Redeployed our code today a…
-
### Minimal, reproducible example
```TypeScript
import puppeteer from 'puppeteer';
async function makePdf(headless) {
const browser = await puppeteer.launch({
headless,
});
const p…