We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05efd60 commit f87d126Copy full SHA for f87d126
1 file changed
src/scripting.md
@@ -683,6 +683,12 @@ example: sleep 5
683
<seconds to sleep> - An integer indicating how long to sleep. The allowable range is 1-30.
684
```
685
686
+## Debugging
687
+
688
+There is currently no way to debug failing WebPageTest scripts. If a script command fails, it will fail silently.
689
690
+To simplify script development, consider limiting yourself to [Recommended commands](#recommended-commands) only.
691
692
## Sample scripts
693
### Mail test
694
```markup
0 commit comments