コード例 #1
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def Get_Url_Inbox(self):
     """
     This function will Copy the sample email from Inbox.staticso2.com and then go to the
     Team server site after completing the authentication process sucessfully.
     """
     get_url_from_inbox = SignUpLocator(self.driver)
     get_url_from_inbox.Call_Get_URL_Inbox()
コード例 #2
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def Calendar(self):
     """
     This function will help to connect to the Exchange Calendar successfully. and then will continue the
     process and skip the all other option till the OH module. In OH module it will go to the Profile and
     then will do the logout activity.
     """
     connect_calendar = SignUpLocator(self.driver)
     connect_calendar.Call_Calendar_Connect()
コード例 #3
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def logout(self):
     llogout = SignUpLocator(self.driver)
     llogout.Logout()
コード例 #4
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def Set_Availability(self):
     """
     In this function the avalability will be selected from the avalability Section.
     """
     set_availability = SignUpLocator(self.driver)
     set_availability.Call_Set_Availability()
コード例 #5
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def ScheduleOnce(self):
     """
     This funciton will go to the Schedule Once Module.
     """
     Get_started_SO = SignUpLocator(self.driver)
     Get_started_SO.call_SO_Get_Started()
コード例 #6
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def SignUpp(self):
     """
     This function will create a new user successfully.
     """
     signup = SignUpLocator(self.driver)
     signup.Call_SignUp_function()
コード例 #7
0
ファイル: SignUp.py プロジェクト: Vandna1/AutomationProject
 def Get_URL_Server(self):
     get_url_server = SignUpLocator(self.driver)
     get_url_server.Call_Get_URL_Server()