Ejemplo n.º 1
0
 def __init__(self):
     ## Initialize the page
     Page.__init__(self, "Accounts")
     self.Run()
Ejemplo n.º 2
0
 def __init__(self):
     ## Initialize the page
     Page.__init__(self, "Automation")
     self.Run()
Ejemplo n.º 3
0
	def __init__(self):
		## Initialize the page
		Page.__init__(self, "Home")
		self.Run()
Ejemplo n.º 4
0
	def __init__(self):
		## Initialize the page
		Page.__init__(self, "Payments")
		self.Run()
Ejemplo n.º 5
0
 def __init__(self):
     ## Initialize the page
     Page.__init__(self, "Management")
     self.Run()