44 lines
906 B
JSON
44 lines
906 B
JSON
{
|
|
"id": "99146c54-4f37-4ab8-9327-5f3291665e1e",
|
|
"snapshot": "chrome",
|
|
"instruction": "Please help me set Chrome to delete my browsing history automatically every time I close the browser.",
|
|
"source": "https://www.youtube.com/watch?v=v0kxqB7Xa6I",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"google-chrome",
|
|
"--remote-debugging-port=1337"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"socat",
|
|
"tcp-listen:9222,fork",
|
|
"tcp:localhost:1337"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"chrome"
|
|
],
|
|
"evaluator": {
|
|
"func": "exact_match",
|
|
"result": {
|
|
"type": "data_delete_automacally"
|
|
},
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"expected": "Crashed"
|
|
}
|
|
}
|
|
}
|
|
}
|