|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.openqa.selenium.By findBy)
|
WebBrowserElement |
WebBrowser.findElement(org.openqa.selenium.By findBy)
Find an element in the current browser page for the given locator. |
WebBrowserElement |
WebBrowserElement.findElement(org.openqa.selenium.By findBy,
boolean recovery)
Perform the WebElement.findElement(By) operation. |
WebBrowserElement |
WebBrowser.findElement(org.openqa.selenium.By findBy,
boolean recovery)
Find an element in the current browser page for the given mechanism. |
WebBrowserElement |
WebBrowserElement.findElement(org.openqa.selenium.By findBy,
WebBrowserFrame webFrame,
boolean recovery)
Perform the WebElement.findElement(By) operation. |
WebBrowserElement |
WebBrowser.findElement(org.openqa.selenium.By findBy,
WebBrowserFrame webFrame,
boolean recovery)
Find an element in the current browser page for the given mechanism. |
WebBrowserElement |
WebBrowser.findElementInFrames(org.openqa.selenium.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)
Deprecated. Return the web element for the item matching the given text. |
WebBrowserElement |
WebMenu.getItemElement(java.lang.String itemLabel)
Return the web element for the item matching the given label. |
WebBrowserElement |
WebPopupMenuElement.getItemElement(java.lang.String item,
boolean visible)
Deprecated. Return the web element for the item matching the given text. |
WebBrowserElement |
WebMenu.getItemElement(java.lang.String itemLabel,
boolean displayed)
Return the web element for the item matching the given label. |
WebBrowserElement |
WebBrowserElement.getParent()
Return the parent of the current element. |
WebBrowserElement |
WebSelectElement.getSelectedElement()
Return the selected element. |
WebBrowserElement |
WebLinkHover.getTitleElement()
Return the hover title web element. |
abstract WebBrowserElement |
WebWindow.open(WebBrowserElement openElement)
Open the window by clicking on the given web element. |
WebBrowserElement |
WebTextHover.open(WebBrowserElement webElement)
Open the window by clicking on the given web element. |
WebBrowserElement |
WebPopupMenuElement.open(WebBrowserElement webElement)
Deprecated. Open the window by clicking on the given web element. |
WebBrowserElement |
WebMenu.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,
org.openqa.selenium.By entriesBy,
boolean useControl,
java.lang.String... expected)
Select items in elements list got from the given list element and the given mechanism to find its children. |
WebBrowserElement[] |
WebBrowser.select(WebBrowserElement listElement,
org.openqa.selenium.By entriesBy,
java.lang.String... expected)
Select items in elements list got from the given list element and the given mechanism to find its children. |
WebBrowserElement[] |
WebBrowser.select(WebBrowserElement listElement,
org.openqa.selenium.By entriesBy,
java.lang.String[] expected,
boolean fail)
Deprecated. Use WebBrowser.select(WebBrowserElement, By, String...) instead. |
WebBrowserElement |
WebBrowserElement.waitForElement(org.openqa.selenium.By[] findBys,
int timeout)
Wait until have found one of element using the given search mechanisms. |
WebBrowserElement |
WebBrowserElement.waitForElement(org.openqa.selenium.By findBy,
int timeout)
Wait until have found the element using given search mechanism. |
WebBrowserElement |
WebBrowserElement.waitForElement(org.openqa.selenium.By findBy,
int timeout,
boolean displayed,
boolean single)
Wait until have found the element using given search mechanism. |
WebBrowserElement |
WebBrowser.waitForElement(WebBrowserElement parentElement,
org.openqa.selenium.By[] findBys,
boolean fail,
int timeout)
Wait until have found one of element using the given search mechanisms. |
WebBrowserElement |
WebBrowser.waitForElement(WebBrowserElement parentElement,
org.openqa.selenium.By findBy,
boolean fail,
int timeout,
boolean displayed,
boolean single)
Wait until have found the element using given mechanism. |
WebBrowserElement[] |
WebBrowser.waitForMultipleElements(WebBrowserElement parentElement,
org.openqa.selenium.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 | |
---|---|
java.util.List<WebBrowserElement> |
WebSelectElement.getAllElements()
Return the select elements list. |
java.util.List<WebBrowserElement> |
WebBrowserElement.getChildren()
Return all children of the current element. |
java.util.List<WebBrowserElement> |
WebBrowserElement.getChildren(java.lang.String tag)
Return specific children of the current element. |
static java.util.List<WebBrowserElement> |
WebBrowserElement.getList(java.util.List<org.openqa.selenium.WebElement> elements)
Return a list of WebBrowserElement assuming the given list *is* a
list of this kind of WebElement . |
java.util.List<WebBrowserElement> |
WebPopupMenuElement.getMenuOptions()
Deprecated. Returns the list of Menu option elements within this popup menu. |
java.util.List<WebBrowserElement> |
WebMenu.getMenuOptions()
Returns the list of Menu option elements within this menu. |
java.util.List<WebBrowserElement> |
WebBrowserElement.waitForElements(org.openqa.selenium.By findBy,
int timeout)
Wait until have found at least one element using the given search mechanism. |
java.util.List<WebBrowserElement> |
WebBrowserElement.waitForElements(org.openqa.selenium.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,
org.openqa.selenium.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. |
|
|
WebPage.checkHoverTitle(WebBrowserElement linkElement,
java.lang.Class<P> hoverClass)
Check the hover title of the given link element. |
|
|
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.doubleClick(WebBrowserElement element)
Double-click on the given element; |
|
void |
WebBrowser.dragAndDrop(WebBrowserElement sourceElement,
WebBrowserElement targetElement)
Drag given sourceElement and drop it to targetElement. |
|
void |
WebBrowser.dragAndDropBy(WebBrowserElement element,
int xOffset,
int yOffset)
Perform a drag and drop from the given horizontal and vertical offsets. |
|
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 |
WebTextHover.open(WebBrowserElement webElement)
Open the window by clicking on the given web element. |
|
WebBrowserElement |
WebPopupMenuElement.open(WebBrowserElement webElement)
Deprecated. Open the window by clicking on the given web element. |
|
WebBrowserElement |
WebMenu.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. |
|
|
WebPage.openPageUsingLink(WebBrowserElement parentElement,
org.openqa.selenium.By linkBy,
java.lang.Class<P> openedPageClass)
Click on the link found using the given mechanism assuming that will open a new page . |
|
|
WebPage.openPageUsingLink(WebBrowserElement parentElement,
org.openqa.selenium.By linkBy,
java.lang.Class<P> openedPageClass,
boolean fail,
int time_out,
java.lang.String... info)
Click on the link found using the given mechanism assuming that will open a new page . |
|
|
WebPage.openPageUsingLink(WebBrowserElement linkElement,
java.lang.Class<P> openedPageClass,
java.lang.String... data)
Click on the given link assuming that will open a new page. |
|
|
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,
org.openqa.selenium.By entriesBy,
boolean useControl,
java.lang.String... expected)
Select items in elements list got from the given list element and the given mechanism to find its children. |
|
WebBrowserElement[] |
WebBrowser.select(WebBrowserElement listElement,
org.openqa.selenium.By entriesBy,
java.lang.String... expected)
Select items in elements list got from the given list element and the given mechanism to find its children. |
|
WebBrowserElement[] |
WebBrowser.select(WebBrowserElement listElement,
org.openqa.selenium.By entriesBy,
java.lang.String[] expected,
boolean fail)
Deprecated. Use WebBrowser.select(WebBrowserElement, By, String...) instead. |
|
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,
org.openqa.selenium.Keys key,
boolean clear,
int timeout)
Type a text in an input element. |
|
WebBrowserElement |
WebBrowser.waitForElement(WebBrowserElement parentElement,
org.openqa.selenium.By[] findBys,
boolean fail,
int timeout)
Wait until have found one of element using the given search mechanisms. |
|
WebBrowserElement |
WebBrowser.waitForElement(WebBrowserElement parentElement,
org.openqa.selenium.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,
org.openqa.selenium.By findBy,
boolean fail,
int timeout,
boolean displayed)
Wait until have found one or several elements using given mechanism. |
|
WebBrowserElement[] |
WebBrowser.waitForMultipleElements(WebBrowserElement parentElement,
org.openqa.selenium.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)
|
|
WebExpandableElement(WebPage page,
WebBrowserElement node)
|
|
WebExpandableElement(WebPage page,
WebBrowserElement node,
org.openqa.selenium.By expansionBy)
|
|
WebFolderElement(WebPage page,
WebBrowserElement element,
org.openqa.selenium.By expandBy,
org.openqa.selenium.By expansionBy,
org.openqa.selenium.By containerBy)
|
|
WebMenu(WebPage page,
WebBrowserElement parentElement)
|
|
WebPopupMenuElement(WebPage page,
WebBrowserElement parentElement)
Deprecated. |
|
WebWindow(WebPage page,
WebBrowserElement parentElement,
org.openqa.selenium.By findBy,
WebBrowserFrame frame,
int maxRetry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |