From 4058381f9ab99676d429e17389240f876ecac66e Mon Sep 17 00:00:00 2001 From: mgeeky Date: Mon, 2 May 2016 09:43:12 +0200 Subject: [PATCH] Revert "Added record_snapshots autorun rule" This reverts commit abdb5462cf38f6e7241e44f6d3c372ffc2b62ce6. --- arerules/record_snapshots.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 arerules/record_snapshots.json diff --git a/arerules/record_snapshots.json b/arerules/record_snapshots.json deleted file mode 100755 index 76054d771..000000000 --- a/arerules/record_snapshots.json +++ /dev/null @@ -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" -}