Hi Team,
I am trying to retrieve the value of a span attribute, but getting an null exception. Could you please me with the code. I have highlighted the value in red. I also tried with text, span, id but it did not work.
getMsg = WebUI.getAttribute(findTestObject(‘OrangeHRM/Login/span_Invalid credentials’), ‘span’)
println("Captured error message is "+ getMsg)
if(getMsg.contentEquals(“Invalid credentials”))
{
println(“Login Failed”)
}
error message
java.lang.NullPointerException: Cannot invoke method contentEquals() on null object
at Login.run(Login:34)
Thanks
Senthil
