public interface ImageElement extends Element
Element.AlignTo| Modifier and Type | Method and Description |
|---|---|
Bitmap |
contents()
Returns an
Bitmap that contains raw pixels of the image displayed by the element. |
attributeNodes, attributes, attributeValue, blur, boundingClientRect, focus, hasAttribute, innerHtml, innerHtml, innerText, innerText, outerHtml, outerHtml, putAttribute, removeAttribute, scrollIntoViewappendChild, children, click, compareDocumentPosition, document, evaluate, evaluate, insertChild, nextSibling, nodeName, nodeValue, nodeValue, parent, previousSibling, removeChild, replaceChild, textContent, textContent, type, xPathaddEventListener, dispatch, eventListeners, removeEventListenerfindElementByClassName, findElementByCssSelector, findElementById, findElementByName, findElementByTagName, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByName, findElementsByTagNameBitmap contents()
Bitmap that contains raw pixels of the image displayed by the element.
The size of the bitmap depends on the size of the original image. It is not affected by the actual size of the element.
ObjectClosedException - when the document this instance belongs to is closed