Uses of Class
com.ibm.team.fvt.tests.web.WebBrowserElement

Packages that use WebBrowserElement
com.ibm.team.fvt.tests.scenario   
com.ibm.team.fvt.tests.web   
 

Uses of WebBrowserElement in com.ibm.team.fvt.tests.scenario
 

Methods in com.ibm.team.fvt.tests.scenario that return WebBrowserElement
abstract  WebBrowserElement ScenarioWorkaround.execute()
          Execute an action to workaround the failure.
 

Uses of WebBrowserElement in com.ibm.team.fvt.tests.web
 

Fields in com.ibm.team.fvt.tests.web with type parameters of type WebBrowserElement
static java.util.List<WebBrowserElement> WebBrowser.NO_BROWSER_ELEMENT_FOUND
           
 

Methods in com.ibm.team.fvt.tests.web that return WebBrowserElement
 WebBrowserElement WebBrowser.clickButton(WebBrowserElement button, int timeout, boolean validate)
          Click on the given element and might validate whether it turns disabled after the operation (e.g.
 WebBrowserElement WebPageWorkaround.execute()
           
 WebBrowserElement WebBrowserElement.findElement(By findBy)
          
 WebBrowserElement WebBrowser.findElement(By findBy)
          Find an element in the current browser page for the given locator.
 WebBrowserElement WebBrowserElement.findElement(By findBy, boolean recovery)
          Perform the WebElement#findElement(By) operation.
 WebBrowserElement WebBrowser.findElement(By findBy, boolean recovery)
          Find an element in the current browser page for the given mechanism.
 WebBrowserElement WebBrowserElement.findElement(By findBy, WebBrowserFrame webFrame, boolean recovery)
          Perform the WebElement#findElement(By) operation.
 WebBrowserElement WebBrowser.findElement(By findBy, WebBrowserFrame webFrame, boolean recovery)
          Find an element in the current browser page for the given mechanism.
 WebBrowserElement WebBrowser.findElementInFrames(By findBy)
          Find an element in the current browser page for the given mechanism.
 WebBrowserElement WebBrowserElement.getAncestor(int depth)
          Return the ancestor of the current element.
 WebBrowserElement WebPopupMenuElement.getItemElement(java.lang.String item)
          Return the web element for the item matching the given text.
 WebBrowserElement WebPopupMenuElement.getItemElement(java.lang.String item, boolean visible)
          Return the web element for the item matching the given text.
 WebBrowserElement WebBrowserElement.getParent()
          Return the parent of the current element.
 WebBrowserElement WebHover.getTitleElement()
          Return the hover title web element.
abstract  WebBrowserElement WebWindow.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebPopupMenuElement.open(WebBrowserElement webElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebHover.open(WebBrowserElement webElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebFramedDialog.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebDialog.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
 WebBrowserElement[] WebBrowser.select(WebBrowserElement listElement, By entriesBy, java.lang.String[] expected, boolean fail)
          Select items in elements list got from the given list element and the given mechanism to find its children.
 WebBrowserElement WebBrowserElement.waitForElement(By[] findBys, int timeout)
          Wait until have found one of element using the given search mechanisms.
 WebBrowserElement WebBrowserElement.waitForElement(By findBy, int timeout)
          Wait until have found the element using given search mechanism.
 WebBrowserElement WebBrowserElement.waitForElement(By findBy, int timeout, boolean displayed, boolean single)
          Wait until have found the element using given search mechanism.
 WebBrowserElement WebBrowser.waitForElement(WebBrowserElement parentElement, By[] findBys, boolean fail, int timeout)
          Wait until have found one of element using the given search mechanisms.
 WebBrowserElement WebBrowser.waitForElement(WebBrowserElement parentElement, By findBy, boolean fail, int timeout, boolean displayed, boolean single)
          Wait until have found the element using given mechanism.
 WebBrowserElement[] WebBrowser.waitForMultipleElements(WebBrowserElement parentElement, By[] findBys, boolean fail, int timeout)
          Wait until at least one element is found using each of the given mechanism.
 WebBrowserElement WebBrowser.waitForTextPresent(WebBrowserElement parentElement, boolean fail, int timeout, boolean displayed, boolean single, int kind, java.lang.String... texts)
          Returns whether one of the given text is present in the current displayed page content.
 

Methods in com.ibm.team.fvt.tests.web that return types with arguments of type WebBrowserElement
static java.util.List<WebBrowserElement> WebBrowserElement.getList(java.util.List<WebElement> elements)
          Return a list of WebBrowserElement assuming the given list *is* a list of this kind of WebElement.
 java.util.List<WebBrowserElement> WebBrowserElement.waitForElements(By findBy, int timeout)
          Wait until have found at least one element using the given search mechanism.
 java.util.List<WebBrowserElement> WebBrowserElement.waitForElements(By findBy, int timeout, boolean displayed)
          Wait until have found at least one element using the given search mechanism.
 java.util.List<WebBrowserElement> WebBrowser.waitForElements(WebBrowserElement parentElement, By findBy, boolean fail, int timeout, boolean displayed)
          Wait until have found one or several elements using given mechanism.
 

Methods in com.ibm.team.fvt.tests.web with parameters of type WebBrowserElement
 boolean WebBrowser.check(WebBrowserElement element, int toggle, boolean validate)
          Set, unset or toggle the given element assuming this is a check-box.
<P extends WebHover<? extends WebPage>>
P
WebPage.checkHoverTitle(WebBrowserElement linkElement, java.lang.Class<P> hoverClass)
          Check the hover title of the given link element.
<RH extends WebRichHover<? extends WebPage>>
RH
WebPage.checkRichHover(WebBrowserElement linkElement, java.lang.Class<RH> richHoverClass, java.lang.String... data)
          Check the rich hover of the given link element.
 WebBrowserElement WebBrowser.clickButton(WebBrowserElement button, int timeout, boolean validate)
          Click on the given element and might validate whether it turns disabled after the operation (e.g.
 void WebBrowser.mouseOver(WebBrowserElement element)
          Move the mouse over the given element.
abstract  WebBrowserElement WebWindow.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebPopupMenuElement.open(WebBrowserElement webElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebHover.open(WebBrowserElement webElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebFramedDialog.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
 WebBrowserElement WebDialog.open(WebBrowserElement openElement)
          Open the window by clicking on the given web element.
<RH extends WebRichHover<? extends WebPage>>
RH
WebPage.richHoverOverLink(WebBrowserElement linkElement, java.lang.Class<RH> richHoverClass, java.lang.String... additionalData)
          Perform a mouse hovering over the given link element.
 void WebBrowser.scrollPageTo(WebBrowserElement element)
          Scroll the page to the given element.
 WebBrowserElement[] WebBrowser.select(WebBrowserElement listElement, By entriesBy, java.lang.String[] expected, boolean fail)
          Select items in elements list got from the given list element and the given mechanism to find its children.
 void WebBrowser.selectFrame(WebBrowserElement frameElement)
          Set the current browser frame to the given web element.
 void WebBrowser.selectFrame(WebBrowserElement frameElement, boolean force)
          Set the current browser frame to the given web element.
 void WebBrowser.typeText(WebBrowserElement element, java.lang.String text, Keys key, boolean clear, int timeout)
          Type a text in an input element.
 WebBrowserElement WebBrowser.waitForElement(WebBrowserElement parentElement, By[] findBys, boolean fail, int timeout)
          Wait until have found one of element using the given search mechanisms.
 WebBrowserElement WebBrowser.waitForElement(WebBrowserElement parentElement, By findBy, boolean fail, int timeout, boolean displayed, boolean single)
          Wait until have found the element using given mechanism.
 java.util.List<WebBrowserElement> WebBrowser.waitForElements(WebBrowserElement parentElement, By findBy, boolean fail, int timeout, boolean displayed)
          Wait until have found one or several elements using given mechanism.
 WebBrowserElement[] WebBrowser.waitForMultipleElements(WebBrowserElement parentElement, By[] findBys, boolean fail, int timeout)
          Wait until at least one element is found using each of the given mechanism.
 java.lang.String WebBrowser.waitForText(WebBrowserElement element, boolean fail, int timeout, java.lang.String... texts)
          Returns the text for the given element if it matches one of the given ones or null if none matches before the given timeout.
 WebBrowserElement WebBrowser.waitForTextPresent(WebBrowserElement parentElement, boolean fail, int timeout, boolean displayed, boolean single, int kind, java.lang.String... texts)
          Returns whether one of the given text is present in the current displayed page content.
 

Constructors in com.ibm.team.fvt.tests.web with parameters of type WebBrowserElement
WebElementFrame(WebBrowser browser, WebBrowserElement element)
           
WebElementWrapper(WebPage page, WebBrowserElement element)
           
WebElementWrapper(WebPage page, WebBrowserElement element, WebBrowserFrame frame)
           
WebWindow(WebPage page, WebBrowserElement parentElement, By findBy, WebBrowserFrame frame, int maxRetry)