releases: 64151500
This data as json
html_url | id | author | node_id | tag_name | target_commitish | name | draft | prerelease | created_at | published_at | body | repo | reactions | mentions_count |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/shot-scraper/releases/tag/0.12 | 64151500 | 9599 | RE_kwDOG-A5W84D0t_M | 0.12 | main | 0.12 | 0 | 0 | 2022-04-11T19:32:44Z | 2022-04-11T19:32:50Z | - `--selector-all` option to take a screenshot that encompasses every element matching the specified CSS selector - complements `--selector` which takes a screenshot of just the first element matching that selector. See [Specifying elements using JavaScript filters](https://github.com/simonw/shot-scraper/blob/0.12/README.md#specifying-elements-using-javascript-filters). [#64](https://github.com/simonw/shot-scraper/issues/64) - `selector_all:` and `selectors_all:` keys in the `shot-scraper multi` YAML format. - `--js-selector` and `--js-selector-all` options for specifying elements to screenshot using a JavaScript expression, for cases which cannot be handled using CSS selectors [#43](https://github.com/simonw/shot-scraper/issues/43). The following example takes a screenshot of the first paragraph on the page that mentions `shot-scraper`: ``` shot-scraper https://github.com/simonw/shot-scraper \ --js-selector 'el.tagName == "P" && el.innerText.includes("shot-scraper")' ``` - `js_selector:`, `js_selectors:`, `js_selector_all:` and `js_selectors_all:` equivalent keys in the `shot-scraper multi` YAML format. - `--user-agent` option for setting a custom user agent header. [#63](https://github.com/simonw/shot-scraper/issues/63) - `--browser webkit` option for running [WebKit](https://playwright.dev/docs/browsers#webkit) - thanks, [Ryan Murphy](https://github.com/rdmurphy). [#56](https://github.com/simonw/shot-scraper/pull/56) | 467679579 |
Links from other tables
- 0 rows from release in assets