Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Posts by Elefy‭

4 posts
60%
+1 −0
Q&A Download a PDF file in Playwright instead of opening it in a new tab when clicking on its link

This is as much as I was able to shorten it (it downloads all the visible links with \nTitle in their text): import { chromium } from 'playwright'; (async () => { const browser = await chro...

posted 3mo ago by Elefy‭  ·  edited 3mo ago by Elefy‭

Answer
60%
+1 −0
Q&A Download a PDF file in Playwright instead of opening it in a new tab when clicking on its link

Since this is a Q&A site and it took me hours to figure out this small detail actually works, here is my working code in the hope this saves future users a lot of fruitless searching: const { ...

posted 3mo ago by Elefy‭

Answer
60%
+1 −0
Q&A Download a PDF file in Playwright instead of opening it in a new tab when clicking on its link

My organisation uses Moodle as their online e-learning system on which teachers share resources, and oftentimes numerous documents that we need to view/download are posted there. The default way of...

2 answers  ·  posted 3mo ago by Elefy‭  ·  last activity 3mo ago by Elefy‭

Question javascript web-scraping automation playwright pdf
60%
+1 −0
Q&A Playwright script to generate PDF of a page that requires scrolling (Khan Academy)

Currently I am using One Click Page to PDF to get the job done, although the lack of working open-source tools fit for this task has led me to creating my own; the web page "that won't print" is th...

1 answer  ·  posted 3mo ago by Elefy‭  ·  last activity 3mo ago by ggorlen‭

Question javascript web-scraping automation playwright html-to-pdf