KISS/config-example.yml

8 lines
174 B
YAML
Raw Normal View History

2022-11-17 02:52:37 +00:00
- url: https://www.google.com
wait: 2000
width: 800
height: 600
javascript: |
document.querySelector("body").style.backgroundColor = 'blue';
output: google.png