The timeout used when adapters are searched by assigning a path
to an adapter variable (implicit cast operator).
This property is equivalent to DefaultSearchTimeout.
The timeout value set to this property is used for searching
when implicitly casting a path (in its string representation) to an adapter variable:
CopyC#
Button button = "pathToButton";