var retry: Retry
Allows to redo step action after delay if exception is thrown.
fun retry(options: Retry.() -> Unit): Unit