Actually going to pull my hair out if I can't work this out lol
Trying to work out how the hell to check if a webpage contains a certain string of text, and if it does, then do something (I know how to get it to do something afterwards...just can't work out how to CHECK)
In non-code, this would be:
if webPage.ContainsString("No Messages Found") { //Do Something } else { //Do Something Different }
Bit vague on this I know, I suck at explaining these things