You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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