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.
WebFramedDialog Abstract class for any dialog opened in a frame.
WebHover<P extends WebPage> Abstract class for any window opened as a simple hover in a browser page.
WebIndexedFrame Class to manage browser frame know with an index.
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 Class to manage popup menus.
WebRichHover<P extends WebPage> 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.