Commit d6fdd326 d6fdd3268f805e3aedb70577cc5ee0508399f5fb by Nicolas Perriault

added notes about getElementInfo and getElementsInfo

1 parent c46f69c0
......@@ -1118,6 +1118,10 @@ Gives something like::
"y": 76
}
.. note::
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.
.. index:: Form
``getFormValues()``
......