Uses of Interface
org.aludratest.service.gui.web.AludraWebGUI

Packages that use AludraWebGUI
org.aludratest.service.gui.web.page   
org.aludratest.service.gui.web.selenium   
org.aludratest.service.gui.web.selenium.selenium1   
org.aludratest.service.gui.web.selenium.selenium2   
org.aludratest.service.gui.web.uimap   
 

Uses of AludraWebGUI in org.aludratest.service.gui.web.page
 

Fields in org.aludratest.service.gui.web.page declared as AludraWebGUI
protected  AludraWebGUI Page.aludraGUI
          Instance of AludraTest which is used to delegate all the methods calls of the implemented interface AludraTest.
 

Constructors in org.aludratest.service.gui.web.page with parameters of type AludraWebGUI
Page(AludraWebGUI aludraGUI)
          The passed through instance aludraTest is used to perform low level actions on the application under test.
 

Uses of AludraWebGUI in org.aludratest.service.gui.web.selenium
 

Classes in org.aludratest.service.gui.web.selenium that implement AludraWebGUI
 class AbstractSeleniumService
          Common base class for Selenium based implementations of the AludraWebGUI interface.
 

Uses of AludraWebGUI in org.aludratest.service.gui.web.selenium.selenium1
 

Classes in org.aludratest.service.gui.web.selenium.selenium1 that implement AludraWebGUI
 class AludraSelenium1
          Implements the interface AludraWebGUI using Selenium 1 functionality to access the web GUI.
 

Uses of AludraWebGUI in org.aludratest.service.gui.web.selenium.selenium2
 

Classes in org.aludratest.service.gui.web.selenium.selenium2 that implement AludraWebGUI
 class AludraSelenium2
          Implements the interface AludraWebGUI using Selenium 2 functionality to access the web GUI.
 

Uses of AludraWebGUI in org.aludratest.service.gui.web.uimap
 

Fields in org.aludratest.service.gui.web.uimap declared as AludraWebGUI
protected  AludraWebGUI UIMap.aludraGUI
          Gives access to the application under test and is normally used to give GUI components a instance of AludraTest.
 

Constructors in org.aludratest.service.gui.web.uimap with parameters of type AludraWebGUI
UIMap(AludraWebGUI aludraTest)
          Makes the passed through instance aludraTest available to all the sub classes of this class.
 



Copyright © 2015 aludratest.org. All rights reserved.