Skip to content

1.10

Latest

Choose a tag to compare

@simonw simonw released this 30 Jun 15:10
  • New shot-scraper video command for recording WebM videos from YAML storyboards. Storyboards can define setup steps with sh:, python: and server:, set the viewport, show a cursor and click rings, run startup waits and JavaScript, and then record scenes made from actions including click, type, fill, press, scroll, pause, wait_for, wait_for_url, open, screenshot, sh, python and javascript/js. Use -o/--output to override the WebM filename and --mp4 to also convert the recording to MP4 using ffmpeg. #142, #194
  • shot-scraper multi and the new shot-scraper video both now fail with a non-zero exit code if sh: or python: commands fail.
  • shot-scraper javascript now has --width and --height options for setting the browser viewport before executing JavaScript. #195