|
||||||||||
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 with the given locator in the current browser page or one of its visible frame, even if there are some embedded ones. |
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 |
WebSelectElement.getOptionElement(java.lang.String option)
Return the WebBrowserElement specified by the option 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. |
WebBrowserElement |
WebBrowserElement.makeVisible()
Make the web element visible. |
WebBrowserElement |
WebBrowserElement.makeVisible(boolean force)
Make the web element visible. |
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 |
WebDialog.opened()
Method to get the element on an already opened dialog. |
WebBrowserElement |
WebBrowserElement.select()
Select or check 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,
boolean useControl,
StringComparisonCriterion[] comparisonCriteria,
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 |
WebPage.waitForElement(org.openqa.selenium.By parentBy,
org.openqa.selenium.By findBy,
boolean fail,
int time_out)
Wait until have found the web element relatively to a parent element using the respective given mechanisms. |
WebBrowserElement |
WebBrowserElement.waitForElement(org.openqa.selenium.By findBy,
int timeout)
Wait until have found the element using given search mechanism. |
WebBrowserElement |
WebBrowser.waitForElement(org.openqa.selenium.By findBy,
int timeout)
Wait until have found the element using given 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[] displayFlags,
boolean fail,
int timeout)
Wait until at least one element is found using each of the 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 |
WebPage.waitForTextPresent(java.lang.String... texts)
Wait until have got one of the expected texts on of the given element. |
WebBrowserElement |
WebBrowser.waitForTextPresent(WebBrowserElement parentElement,
boolean fail,
int timeout,
boolean displayed,
boolean single,
ByUtils.ComparisonPattern pattern,
java.lang.String... texts)
Returns whether one of the given text is present in the current displayed page content. |
WebBrowserElement |
WebBrowser.waitForTextPresent(WebBrowserElement parentElement,
boolean fail,
int timeout,
boolean displayed,
boolean single,
int kind,
java.lang.String... texts)
Deprecated. Since 5.0.1, use #waitForTextPresent(WebBrowserElement, boolean, int, boolean, boolean, ComparisonPattern, String...) instead |
Methods in com.ibm.team.fvt.tests.web that return types with arguments of type WebBrowserElement | |
---|---|
java.util.List<WebBrowserElement> |
WebBrowser.findElementsInFrames(org.openqa.selenium.By findBy)
Find elements with the given locator in the current browser page or one of its visible frame, even if there are some embedded ones. |
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)
Deprecated. Use WebBrowser.moveToElement(WebBrowserElement) instead. |
|
void |
WebBrowser.moveToElement(WebBrowserElement element)
Deprecated. Use moveToElement() instead |
|
void |
WebBrowser.moveToElement(WebBrowserElement element,
boolean entirelyVisible)
Move the mouse to the middle of the given element. |
|
void |
WebBrowser.moveToElement(WebBrowserElement element,
int xOffset,
int yOffset)
Moves the mouse to an offset from the top-left corner of the 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,
boolean useControl,
StringComparisonCriterion[] comparisonCriteria,
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.selectEmbeddedFrame(WebBrowserElement frameElement,
WebBrowserFrame browserFrame,
boolean store)
Set the current browser frame to the given web element. |
|
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.selectFrame(WebBrowserElement frameElement,
boolean force,
boolean store)
Set the current browser frame to the given web element. |
|
void |
WebBrowser.shiftClick(WebBrowserElement destination)
Perform shift click to do a range selection. |
|
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. |
|
void |
WebBrowser.typeText(WebBrowserElement element,
java.lang.String text,
org.openqa.selenium.Keys key,
int keyDelay,
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[] displayFlags,
boolean fail,
int timeout)
Wait until at least one element is found using each of the 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 |
WebPage.waitForText(WebBrowserElement element,
boolean fail,
int time_out,
java.lang.String... texts)
Wait until have got one of the expected texts on of the given element. |
|
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,
ByUtils.ComparisonPattern pattern,
java.lang.String... texts)
Returns whether one of the given text is present in the current displayed page content. |
|
WebBrowserElement |
WebBrowser.waitForTextPresent(WebBrowserElement parentElement,
boolean fail,
int timeout,
boolean displayed,
boolean single,
int kind,
java.lang.String... texts)
Deprecated. Since 5.0.1, use #waitForTextPresent(WebBrowserElement, boolean, int, boolean, boolean, ComparisonPattern, String...) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |