The timeout used when elements are searched by assigning a path
to an element 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 element variable:
CopyC#
Element elem = "pathToElem";