Files
n8n-code/Workflow/MyDealz Kommentare/global_viewport.js
2025-12-22 22:13:55 +01:00

4 lines
59 B
JavaScript

await $page.setViewport({
width: 1920,
height: 1080
});