35 lines
887 B
JSON
35 lines
887 B
JSON
{
|
|
"name": "Test return debug stuff",
|
|
"author": "antisnatchor",
|
|
"browser": "S",
|
|
"browser_version": ">= 7",
|
|
"os": "OSX",
|
|
"os_version": "<= 10.10",
|
|
"modules": [{
|
|
"name": "test_return_ascii_chars",
|
|
"condition": null,
|
|
"options": {}
|
|
}, {
|
|
"name": "test_return_long_string",
|
|
"condition": "status==1",
|
|
"code": "var mod_input=test_return_ascii_chars_mod_output + '--(CICCIO)--';",
|
|
"options": {
|
|
"repeat": "10",
|
|
"repeat_string": "<<mod_input>>"
|
|
}
|
|
},
|
|
{
|
|
"name": "alert_dialog",
|
|
"condition": "status=1",
|
|
"code": "var mod_input=test_return_long_string_mod_output + '--(PASTICCIO)--';",
|
|
"options":{"text":"<<mod_input>>"}
|
|
},
|
|
{
|
|
"name": "get_page_html",
|
|
"condition": null,
|
|
"options": {}
|
|
}],
|
|
"execution_order": [0, 1, 2, 3],
|
|
"execution_delay": [0, 0, 0, 0],
|
|
"chain_mode": "nested-forward"
|
|
} |