This EXP works fine, unless there is a ! in the title.
{EXP:'{WINDOWTITLEUNDERMOUSE}' LIKE '*Edit Style*' OR '{WINDOWTITLEUNDERMOUSE}' LIKE '*Developer Tools*'}
So I stripped the ! from the title.
I had VA change the windows title, but the Expression still doesn't work. It works fine with any title that doesn't have a !, but with it, error. Even though I stripped the ! out, you can look at the Title in Task Manager and see that the ! is gone, yet, it still doesn't work.
I even tried setting {WINDOWTITLEUNDERMOUSE} to {TXT:Title}, and it still didn't work. What am I doing wrong?
{EXP:'{TXT:Title}' LIKE '*Edit Style*' OR '{TXT:Title}' LIKE '*Developer Tools*'}