04-21-2011, 09:15 PM
Ok, I have my new code working, I changed Exists to Exist (which one is correct). Now just my Elseif statement does not see the "Login Failure" text on the page. I found the statement:
ElseIf Browser("Wisdom CTE").Page("WisdomLogin").WebElement("text:=Login Failure.").Exist Then 'Login Failed
by searching this site. But I must be using WebElement("text:=Login Failure.") incorrectly?
ElseIf Browser("Wisdom CTE").Page("WisdomLogin").WebElement("text:=Login Failure.").Exist Then 'Login Failed
by searching this site. But I must be using WebElement("text:=Login Failure.") incorrectly?