Astral
Esta página todavía no se ha traducido — se muestra en su idioma original:English
Introducció
Astral …
// Import Astral
// Launch the browser
await using browser = await ;
// Open a new page
await using page = await "https://deno.land";
// Take a screenshot of the page and save that to disk
;
"screenshot.png", screenshot;
// Clean up is performed automatically