8 lines
174 B
YAML
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
|