Esempio n. 1
0
 def __init__(self, basePageObj):
     BasePage.__init__(self, basePageObj.driver)
     self.hivePolicyPg = HivePolicyPage(basePageObj)
     self.commonPolicyPg = CommonPolicyPage(basePageObj)
     self.basePageObj = basePageObj
Esempio n. 2
0
 def __init__(self, basePageObj):
     BasePage.__init__(self, basePageObj.driver)