Revert "Added record_snapshots autorun rule"

This reverts commit abdb5462cf.
This commit is contained in:
mgeeky
2016-05-02 09:43:12 +02:00
parent bf523dc57a
commit 4058381f9a

View File

@@ -1,19 +0,0 @@
{"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"
}