| "and it gets stuck at 'Logged in'. I even tried doing a lblStatus.Text = "Nothing found" or "Pokemon Caught!" to check if it got that far but the label never changed from logged in."
I just read what you wrote. It's most likely doing that since neither of the strings you are searching for are in the page. Do a general else statement to cover everything else. |