Added record_snapshots autorun rule

This commit is contained in:
mgeeky
2016-04-18 11:11:42 +02:00
parent 3edd291064
commit abdb5462cf

19
arerules/record_snapshots.json Executable file
View File

@@ -0,0 +1,19 @@
{"name": "Collects multiple snapshots of the webpage within Same-Origin",
"author": "mgeeky",
"browser": ["FF", "C", "O", "IE", "S"],
"browser_version": "ALL",
"os": "ALL",
"os_version": "ALL",
"modules": [
{"name": "spyder_eye",
"condition": null,
"options": {
"repeat":"10",
"delay":"3000"
}
}
],
"execution_order": [0],
"execution_delay": [0],
"chain_mode": "sequential"
}