Null Driver

This driver does absolutely nothing. It is intended for simulation, testing, and dry-runs.

Driver Configuration

This driver is very simple, but there are some configurable options.

<wait> Element

This element allows you to specify the delay time between commands, in milliseconds.

Example Configuration

<driver name="null"> <!-- use a fake driver -->
    <wait>25</wait> <!-- in milliseconds -->
</driver>
Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.