This method **does not** return a DOM element, only a simple object representation of it; this is because the casper environment has no direct access to the scraped page one.
.. index:: DOM
``getElementsInfo()``
...
...
@@ -1157,6 +1161,10 @@ Gives something like::
}
]
.. note::
This method **does not** return a ``NodeList``, only a simple array of object representations of matching elements; this is because the casper environment has no direct access to the scraped page one.