/// <summary> /// Waits for the element to be ready for user action. /// </summary> /// <seealso cref="UITechnologyElementOption.WaitForReadyOptions"/> /// <exception cref="System.TimeoutException"> /// Throws TimeoutException if control is not ready in alloted time. /// </exception> public override void WaitForReady() { InnerElement.WaitForReady(); }