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

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

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

Classes in com.ibm.team.fvt.tests.scenario with type parameters of type WebPage
 class ScenarioWorkaround<P extends WebPage>
          Manage workaround applied when running a scenario.
 

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

Classes in com.ibm.team.fvt.tests.web with type parameters of type WebPage
 class WebLinkHover<P extends WebPage>
          Abstract class for any window opened as a simple link hover in a browser page.
 class WebRichHover<P extends WebPage>
          Abstract class for any window opened as a rich hover in a browser page.
 

Methods in com.ibm.team.fvt.tests.web with type parameters of type WebPage
<P extends WebLinkHover<? 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.
<P extends WebPage>
P
WebMenu.clickItem(java.lang.String itemLabel, org.openqa.selenium.By linkBy, java.lang.Class<P> pageClass, java.lang.String... data)
          Open the given page by clicking on the link element found by using the given relative xpath from the given menu item element found by using the item label.
<P extends WebPage>
P
WebMenu.clickItem(java.lang.String itemLabel, java.lang.Class<P> pageClass, java.lang.String... data)
          Open the given page by clicking on the given menu item label.
static
<P extends WebPage>
P
WebPage.getPage(java.lang.Class<P> pageClass)
          Seek the cache to find the instance of the given page class.
static
<P extends WebPage>
P
WebPage.openPage(java.lang.String location, Config config, User user, java.lang.Class<P> pageClass, java.lang.String... data)
          Retrieve the existing page for the given location.
<P extends WebPage>
P
WebPage.openPageUsingBrowser(java.lang.Class<P> pageClass, java.lang.String... data)
          Retrieve the existing page for the browser current URL.
<P extends WebPage>
P
WebPage.openPageUsingHoverTitle(WebRichHover<? extends WebPage> hover, java.lang.Class<P> openedPageClass, java.lang.String... data)
          Click on the given hover title to open a new page.
<P extends WebPage>
P
WebPage.openPageUsingLink(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.
<P extends WebPage>
P
WebPage.openPageUsingLink(org.openqa.selenium.By linkBy, java.lang.Class<P> openedPageClass, int timeOut)
          Click on the link found using the given mechanism assuming that will open a new page.
<P extends WebPage>
P
WebPage.openPageUsingLink(org.openqa.selenium.By linkBy, java.lang.Class<P> openedPageClass, java.lang.String... info)
          Click on the link found using the given mechanism assuming that will open a new page.
<P extends WebPage>
P
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.
<P extends WebPage>
P
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.
<P extends WebPage>
P
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.
 

Methods in com.ibm.team.fvt.tests.web that return WebPage
 WebPage WebPage.get()
          Get the page content.
static WebPage WebPage.getCurrentPage()
          Return the current page displayed on the browser.
static WebPage WebPage.getPage(java.lang.String location)
          Get from the cache the page instance for the given location.
static WebPage WebPage.getPageUsingBrowser(Config config)
          Retrieve the existing page for the browser current URL.
 WebPage WebPage.goBack()
          Move back a single "item" in the browser's history.
static WebPage WebPage.openPage(java.lang.String location)
           
static WebPage WebPage.searchPageInHistory(java.lang.String location)
          Return the first page found in the history.
 

Methods in com.ibm.team.fvt.tests.web with parameters of type WebPage
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, org.openqa.selenium.By locator, java.lang.Class<W> windowClass)
          Create an instance of the given web window class located in the given page.
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, org.openqa.selenium.By locator, java.lang.Class<W> windowClass, java.lang.String... data)
          Create an instance of the given web window class located in the given page.
static
<W extends WebWindow>
W
WebWindowFactory.createInstance(WebPage page, java.lang.Class<W> windowClass)
          Create an instance of the given web window class located in the given page.
static void WebTextHover.waitAndCancel(WebPage page)
          Wait that a text hover gets opened and cancel it.
 

Method parameters in com.ibm.team.fvt.tests.web with type arguments of type WebPage
<P extends WebPage>
P
WebPage.openPageUsingHoverTitle(WebRichHover<? extends WebPage> hover, java.lang.Class<P> openedPageClass, java.lang.String... data)
          Click on the given hover title to open a new page.
 

Constructors in com.ibm.team.fvt.tests.web with parameters of type WebPage
WebCKEditorFramedElement(WebPage page)
           
WebCKEditorFramedElement(WebPage page, org.openqa.selenium.By editorIframeLocator)
           
WebCKEditorSimpleElement(WebPage page, WebBrowserElement element)
           
WebCKEditorSimpleElement(WebPage page, WebBrowserElement element, boolean parent)
           
WebContentArea(WebPage page)
           
WebContentArea(WebPage page, org.openqa.selenium.By findBy)
           
WebContentArea(WebPage page, WebBrowserElement element)
           
WebContentArea(WebPage page, WebBrowserElement element, WebBrowserFrame frame)
           
WebDialog(WebPage page, org.openqa.selenium.By findBy)
           
WebDialog(WebPage page, org.openqa.selenium.By findBy, java.lang.String frame)
           
WebDialog(WebPage page, org.openqa.selenium.By findBy, WebBrowserFrame frame)
           
WebElementWrapper(WebPage page)
           
WebElementWrapper(WebPage page, org.openqa.selenium.By findBy)
           
WebElementWrapper(WebPage page, WebBrowserElement element)
           
WebElementWrapper(WebPage page, WebBrowserElement element, WebBrowserFrame frame)
           
WebExpandableElement(WebPage page)
           
WebExpandableElement(WebPage page, org.openqa.selenium.By findBy)
           
WebExpandableElement(WebPage page, org.openqa.selenium.By findBy, org.openqa.selenium.By expansionBy)
           
WebExpandableElement(WebPage page, WebBrowserElement node)
           
WebExpandableElement(WebPage page, WebBrowserElement node, org.openqa.selenium.By expansionBy)
           
WebFolderElement(WebPage page, org.openqa.selenium.By elementBy, org.openqa.selenium.By expandBy, org.openqa.selenium.By expansionBy, org.openqa.selenium.By containerBy)
           
WebFolderElement(WebPage page, org.openqa.selenium.By elementBy, org.openqa.selenium.By expandBy, org.openqa.selenium.By expansionBy, org.openqa.selenium.By containerBy, WebFolderElement parentFolder)
           
WebFolderElement(WebPage page, WebBrowserElement element, org.openqa.selenium.By expandBy, org.openqa.selenium.By expansionBy, org.openqa.selenium.By containerBy)
           
WebFolderElement(WebPage page, WebBrowserElement element, org.openqa.selenium.By expandBy, org.openqa.selenium.By expansionBy, org.openqa.selenium.By containerBy, WebFolderElement parentFolder)
           
WebFolderElement(WebPage page, WebBrowserElement element, WebFolderElement parentFolder)
           
WebFramedDialog(WebPage page, org.openqa.selenium.By findBy, WebBrowserFrame frame)
           
WebFramedDialog(WebPage page, WebBrowserFrame frame)
           
WebLinkHover(WebPage page)
           
WebMenu(WebPage page)
           
WebMenu(WebPage page, org.openqa.selenium.By findBy)
           
WebMenu(WebPage page, org.openqa.selenium.By findBy, java.lang.String frame)
           
WebMenu(WebPage page, WebBrowserElement parentElement)
           
WebPageElement(WebPage page)
           
WebPageElement(WebPage page, WebBrowserFrame frame)
           
WebPageWorkaround(WebPage page, java.lang.String msg)
           
WebPageWorkaround(WebPage page, java.lang.String msg, boolean fail)
           
WebPopupMenuElement(WebPage page)
          Deprecated.  
WebPopupMenuElement(WebPage page, org.openqa.selenium.By findBy)
          Deprecated.  
WebPopupMenuElement(WebPage page, org.openqa.selenium.By findBy, java.lang.String frame)
          Deprecated.  
WebPopupMenuElement(WebPage page, WebBrowserElement parentElement)
          Deprecated.  
WebRichHover(WebPage page)
           
WebSelectElement(WebPage page, org.openqa.selenium.By selectBy)
           
WebSelectElement(WebPage page, WebBrowserElement element)
           
WebTextHover(WebPage page)
           
WebWindow(WebPage page, org.openqa.selenium.By findBy)
           
WebWindow(WebPage page, org.openqa.selenium.By findBy, java.lang.String frame)
           
WebWindow(WebPage page, WebBrowserElement parentElement, org.openqa.selenium.By findBy, WebBrowserFrame frame, int maxRetry)