scriptedbrowser/scripts/01-search-google.json

30 lines
640 B
JSON
Raw Normal View History

2024-08-21 22:02:37 +02:00
{
"plans": [{
"id": "search",
"video": "search.mp4",
"mousespeed": 500,
"typespeed": 5,
"framerate": 30,
"vars": {
},
"actions": [
"url https://www.google.com/",
"sleep 2",
"startrecording",
{"name": "mousemove", "parameter": "#W0wltc", "duration": 3},
"leftclick",
{"name": "mousemove", "parameter": "textarea:not(.csi)", "duration": 3},
"sleep 1",
"leftclick",
"type contentnation",
"leftclick",
"sleep 1",
"mousemove input[type=\"submit\"]",
"sleep 1",
"leftclick",
"sleep 5",
"stoprecording"
]
}]
}