diff --git a/arerules/record_snapshots.json b/arerules/record_snapshots.json new file mode 100755 index 000000000..76054d771 --- /dev/null +++ b/arerules/record_snapshots.json @@ -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" +}