Package com.ibm.team.fvt.tests.web

Class Summary
FirefoxBrowser The browser class when Firefox is used to run the tests.
GoogleChromeBrowser The browser class when Google Chrome is used to run the tests.
InternetExplorerBrowser The browser class when Internet Explorer is used to run the tests.
LoginPage The class to handle login operation while accessing a web page.
WebBrowser Abstract class to handle information of browser used to run FVT Selenium tests.
WebBrowserElement A web browser element found in a WebBrowser page content.
WebBrowserFrame Abstract class for frame used in browser page.
WebDialog Abstract class for any window opened as a dialog in a browser page.
WebElementFrame Class to manage browser frame know with a web element.
WebElementWrapper This class wraps a web element and add some actions and functionalities that anyone can use.
WebExpandableElement Default class to handle expandable web element in a web page.
WebFolderElement Class to handle a folder web element in a web page.
WebFramedDialog Abstract class for any dialog opened in a frame.
WebIndexedFrame Class to manage browser frame know with an index.
WebLinkHover<P extends WebPage> Abstract class for any window opened as a simple link hover in a browser page.
WebMenu Class to manage menus.
WebNamedFrame Class to manage browser frame know with a name.
WebPage The abstract class for any web page connected to a WebBrowser.
WebPageElement This class manage a web element belonging to a web page and add some actions and functionalities that anyone can use.
WebPageWorkaround  
WebPopupMenuElement Deprecated. Use WebMenu instead
WebRichHover<P extends WebPage> Abstract class for any window opened as a rich hover in a browser page.
WebSelectElement Class to handle select element.
WebTextHover Abstract class for any window opened as a rich hover in a browser page.
WebVisibleFrame  
WebWindow Abstract class for any window opened in a browser page.
WebWindowFactory Factory to create instances of WebWindow.