Method SendTextIf
SendTextIf(ref bool, string)
Same as SendText(string) but checks for the condition
before sending action. This method sets condition
to
the result of the send action operation.
public bool SendTextIf(ref bool condition, string text)