0

I want to verify if text field is empty or not. I was using verifyEval command but its throwing an exception. How can i resolve that or is there any other way to do that?

dave
  • 5
  • 1
  • 2

1 Answers1

0

Use the command verifyNotText against your locator and leave the value field blank. That should verify that there is some text present. If you want to confirm it is blank then it's just the same using verifyText instead.

Jsmith2800
  • 1,113
  • 1
  • 9
  • 18