try-playwright
try-playwright copied to clipboard
Try Playwright lets you execute and share Playwright scripts in your browser to get started with Playwright.
Results
2
try-playwright issues
Sort by
recently updated
recently updated
newest added
The following "Generate a PDF" example in Java is calling the wrong method: https://try.playwright.tech/?e=generate-pdf&l=java The current example is as follows: ``` package org.example; import com.microsoft.playwright.*; import java.nio.file.Paths; public class WebKitScreenshot...