Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorial:debugging [2020/12/31 18:53] admin [Debugging automation script] |
tutorial:debugging [2021/01/05 03:00] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
* [[# | * [[# | ||
* [[# | * [[# | ||
- | * [[#Debug console]] | ||
* [[# | * [[# | ||
Line 62: | Line 61: | ||
- | |||
- | ===== 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. | ||