Watir - located=false

After receiving an answer on stack. located=false is that Watir itself has not tried to locate the elements. Not that the elements cannot be found.

If you’re having trouble with it, you’re probably trying to interact with things that have multiple elements. on the call do .map {|e| puts e.html} and you’ll see what code you’re currently selecting.