Ejemplo n.º 1
0
 def __init__(self):
     '''
     Constructor
     '''
     self.username = "******"
     self.password = "******"
     self.joomlaUrl = "http://192.168.189.207/joomla/administrator/index.php"
     CommonUI.__init__(self)
     Config.__init__(self)
Ejemplo n.º 2
0
 def __init__(self):
     '''
     Constructor
     '''
     self.username = "******"
     self.password = "******"
     self.joomlaUrl = "http://192.168.189.207/joomla/administrator/index.php"
     CommonUI.__init__(self)
     Config.__init__(self)
Ejemplo n.º 3
0
    def __init__(self):
        '''
        Constructor
        '''
        Config.__init__(self)

        # Load interface elements and private functions for Control Panel page
        self.controlPanel = FactoryPage.getControlPanel()

        # Load interface elements and private functions for Manager Article page
        self.managerArticle = FactoryPage.getManagerArticle()

        # Load interface elements and private functions for New Article page
        self.newArticle = FactoryPage.getNewArticle()
Ejemplo n.º 4
0
 def __init__(self):
     '''
     Constructor
     '''
     Config.__init__(self)
     
     # Load interface elements and private functions for Control Panel page
     self.controlPanel = FactoryPage.getControlPanel() 
 
     # Load interface elements and private functions for Manager Article page
     self.managerArticle = FactoryPage.getManagerArticle() 
     
     # Load interface elements and private functions for New Article page
     self.newArticle = FactoryPage.getNewArticle() 
Ejemplo n.º 5
0
 def __init__(self):
     '''
     Constructor
     '''
     LoginPage.__init__(self)
     Config.__init__(self)
Ejemplo n.º 6
0
 def __init__(self, params):
     '''
     Constructor
     '''
     Config.__init__(self)
Ejemplo n.º 7
0
 def __init__(self, params):
     '''
     Constructor
     '''
     Config.__init__(self)
Ejemplo n.º 8
0
 def __init__(self):
     '''
     Constructor
     '''
     LoginPage.__init__(self)
     Config.__init__(self)