Tries to apply a Ranorex Path to the adapter, returning an Element.
| C# | Visual Basic | Visual C++ |
Public Function TryFindSingle ( _ path As RxPath, _ timeout As Duration, _ <OutAttribute> ByRef foundElement As Element _ ) As Boolean
public: bool TryFindSingle( RxPath^ path, Duration^ timeout, [OutAttribute] Element^% foundElement )
True if an element is found for the specified path
within the specified timeout, otherwise false.
