Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/c_osx_test-return-mods.json
1146 views
1
{
2
"name": "Test return debug stuff",
3
"author": "antisnatchor",
4
"browser": "S",
5
"browser_version": ">= 7",
6
"os": "OSX",
7
"os_version": "<= 10.10",
8
"modules": [{
9
"name": "test_return_ascii_chars",
10
"condition": null,
11
"options": {}
12
}, {
13
"name": "test_return_long_string",
14
"condition": "status==1",
15
"code": "var mod_input=test_return_ascii_chars_mod_output + '--(CICCIO)--';",
16
"options": {
17
"repeat": "10",
18
"repeat_string": "<<mod_input>>"
19
}
20
},
21
{
22
"name": "alert_dialog",
23
"condition": "status=1",
24
"code": "var mod_input=test_return_long_string_mod_output + '--(PASTICCIO)--';",
25
"options":{"text":"<<mod_input>>"}
26
},
27
{
28
"name": "get_page_html",
29
"condition": null,
30
"options": {}
31
}],
32
"execution_order": [0, 1, 2, 3],
33
"execution_delay": [0, 0, 0, 0],
34
"chain_mode": "nested-forward"
35
}
36