I’m doing a “Get full text” option on a certain line in a box. If the line contains a certain word, it’ll do a certain thing. The issue I’m having is if the line is empty.
I’ve tried Line.Length=0, Line=“”, Line.Contains(“”), however none are working.
I’ve done the screen scraping method out of curiosity to see if it picks anything up, which brings up “AUTOMATIC method failed to scrape this UI Element”
Is there a way I can write something where it’ll tell me if the line is blank?