simonw/shot-scraper

Proposal: add option to combine actions

Open

#124 opened on Oct 17, 2023

 (1 comment) (0 reactions) (0 assignees)Python (116 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,365 stars)
PR merge metrics
 (Avg merge 1h 5m) (1 merged PR in 30d)

Description

I believe it would be handy to both being able to screenshot a page and scrape some other data (e.g. title etc.) at the same time.

Right now it is possible only by executing two commands - one to take a screenshot, second to scrape element content via HTML or JS.

Contributor guide