Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorial:debugging [2020/12/31 18:48] – [Debugging automation script] admin | tutorial:debugging [2024/01/02 19:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * [[# | * [[# | ||
| * [[# | * [[# | ||
| - | * [[#Debug console]] | ||
| * [[# | * [[# | ||
| Line 58: | Line 57: | ||
| * dynamically execute scripts and validate the results | * dynamically execute scripts and validate the results | ||
| * highlight script and press //Ctrl-E// | * highlight script and press //Ctrl-E// | ||
| - | * execute script in //Monitor// tab | + | * execute script in Debug Console in [[../ide_monitor | Monitor]] tab |
| - | |||
| - | ===== Debug console ===== | ||
| ===== Logging ===== | ===== Logging ===== | ||
| + | |||
| + | // | ||
| + | |||
| + | You can also log messages from your scripts by using $SYS.log(...). | ||
| + | |||
| + | Some of the plugins may also creates driver specific log files, such as Selenium' | ||
| + | |||
| + | All log files can be found in //logs// folder. | ||