KISS/config-example.yml
2022-11-17 07:38:07 -05:00

8 lines
174 B
YAML

- url: https://www.google.com
wait: 2000
width: 800
height: 600
javascript: |
document.querySelector("body").style.backgroundColor = 'blue';
output: google.png