public interface FrameElement extends Element
Element.AlignTo
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Document> |
contentDocument()
Returns an
Optional that contains the document of the current FRAME/IFRAME element if
it exists, otherwise an empty Optional . |
attributeNodes, attributes, attributeValue, blur, boundingClientRect, focus, hasAttribute, innerHtml, innerHtml, innerText, innerText, outerHtml, outerHtml, putAttribute, removeAttribute, scrollIntoView
appendChild, children, click, close, compareDocumentPosition, document, evaluate, evaluate, insertChild, nextSibling, nodeName, nodeValue, nodeValue, parent, previousSibling, removeChild, replaceChild, textContent, textContent, type, xPath
addEventListener, dispatch, eventListeners, removeEventListener
findElementByClassName, findElementByCssSelector, findElementById, findElementByName, findElementByTagName, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByName, findElementsByTagName
java.util.Optional<Document> contentDocument()
Optional
that contains the document of the current FRAME/IFRAME element if
it exists, otherwise an empty Optional
.ObjectClosedException
- when this instance is closed