com.ibm.team.fvt.tests.web
Class WebElementFrame
java.lang.Object
com.ibm.team.fvt.tests.web.WebBrowserFrame
com.ibm.team.fvt.tests.web.WebElementFrame
- Direct Known Subclasses:
- WebEmbeddedFrame
public class WebElementFrame
- extends WebBrowserFrame
Class to manage browser frame identified with a web element.
TODO Only use this kind of frame, the two other ones should become
obsolete
Method Summary |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isDisplayed()
Return whether the current frame is still displayed or not. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
WebElementFrame
public WebElementFrame(WebBrowser browser)
WebElementFrame
public WebElementFrame(WebBrowser browser,
WebBrowserElement element)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
isDisplayed
public boolean isDisplayed()
- Return whether the current frame is still displayed or not.
- Returns:
true
if the frame element is still displayed,
false>/code> otherwise.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object