|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object watij.BaseHtmlFinder watij.BaseContainer watij.runtime.ie.IEContainer watij.runtime.ie.IEHtmlElement watij.runtime.ie.IEFrame
public class IEFrame
Constructor Summary | |
---|---|
IEFrame(org.w3c.dom.Element element,
IHTMLDocument2 ihtmlDocument2)
|
Method Summary | |
---|---|
boolean |
containsText(java.lang.String textOrRegex)
|
protected org.w3c.dom.Document |
document()
|
org.w3c.dom.Element |
element()
|
java.lang.String |
html()
|
protected IHTMLDocument2 |
ihtmlDocument2()
|
java.lang.String |
title()
|
Methods inherited from class watij.runtime.ie.IEHtmlElement |
---|
assertEnabled, className, click, dblClick, disabled, elements, enabled, exists, find, fireAfterSetEvents, fireBeforeSetEvents, fireEvent, flash, focus, get, getOLEObject, htmlElement, id, ihtmlElement, innerText, name, show, style, tag, text, toList, toString, type, value |
Methods inherited from class watij.runtime.ie.IEContainer |
---|
debug, document, getOLEDocument, html, htmlElementFactory |
Methods inherited from class watij.BaseContainer |
---|
decendants, elements, htmlElements, xpath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface watij.elements.HtmlElement |
---|
className, click, dblClick, disabled, enabled, exists, fireEvent, flash, focus, getOLEObject, id, innerText, name, show, style, text, type, value |
Methods inherited from interface watij.Container |
---|
decendants, getOLEDocument, xpath |
Constructor Detail |
---|
public IEFrame(org.w3c.dom.Element element, IHTMLDocument2 ihtmlDocument2) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
protected org.w3c.dom.Document document() throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Element element() throws java.lang.Exception
element
in interface Container
element
in class IEHtmlElement
java.lang.Exception
protected IHTMLDocument2 ihtmlDocument2() throws java.lang.Exception
ihtmlDocument2
in class IEHtmlElement
java.lang.Exception
public java.lang.String html() throws java.lang.Exception
html
in interface Container
html
in interface HtmlElement
html
in class IEHtmlElement
java.lang.Exception
public boolean containsText(java.lang.String textOrRegex) throws java.lang.Exception
containsText
in interface Frame
java.lang.Exception
public java.lang.String title() throws java.lang.Exception
title
in interface Frame
title
in interface HtmlElement
title
in class IEHtmlElement
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |