Hacker News new | ask | show | jobs
by tyzoid 22 days ago
How does this work on pages that require JavaScript in order to render?
1 comments

You'd typically use a headless browser to generate the fully rendered page, then capture the rendered output for use with the model.
Exactly this. Thank you for answering!