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