contains

open operator override fun contains(waitCommandId: String): Boolean

Checks if a wait strategy is registered for the given command ID.

Return

true if a wait strategy is registered for this ID, false otherwise.

Parameters

waitCommandId

The command ID to check.