"located" is just an internal indicator if Watir (or Wati-WebDriver)
has already tried to locate element or not. If you haven't used any
methods on that element then located is always false. It will be set
to true as soon as you try to do anything with that element (e.g. it
is going to be searched for).
Jarmo
On Mar 26, 4:15 am, Željko Filipin <
zeljko.fili...@gmail.com> wrote: