I'm hoping someone can give some information on the "textComparisonOption_RegularExpression" option to the WaitForText1 method (Reflection 14). The usage doesn't seem documented whatsoever.
I have a case where text may appear in column 1 or 2 (don't know until it does) and need some way of using that method to know when the specific text appears--but since it can be in either column there's no way to use it to determine if it's there reliably. I'm hoping there's a regexp method that will help by letting me specify column 1, and determining if the text is there. (ie, " my_text" (leading space) and "my_text" (no leading space) would both result in "true".
-Daniel