예제 #1
0
 def Authentication(self):
     authentication = UserProfileLocator(self.driver)
     authentication.Goto_Authentication()
예제 #2
0
 def ScheduleOnce(self):
     scheduleonce = UserProfileLocator(self.driver)
     scheduleonce.Goto_ScheduleOnce()
예제 #3
0
 def Date_And_Time(self):
     date_and_time = UserProfileLocator(self.driver)
     date_and_time.Goto_Date_And_Time()
예제 #4
0
    def Password(self):

        password = UserProfileLocator(self.driver)
        password.Goto_Password()
예제 #5
0
 def Email_Notfication(self):
     email_notification = UserProfileLocator(self.driver)
     email_notification.Goto_Email_notification()
예제 #6
0
 def SMS_Notification(self):
     sms_notification = UserProfileLocator(self.driver)
     sms_notification.Goto_SMS_Notification()
예제 #7
0
 def Calendar_Connection(self):
     calendar_connection = UserProfileLocator(self.driver)
     calendar_connection.Goto_Calendar_Connection()
예제 #8
0
 def Edit_profile(self):
     edit_profile = UserProfileLocator(self.driver)
     edit_profile.Goto_Edit_Profile()
예제 #9
0
 def My_Profile(self):
     my_profile = UserProfileLocator(self.driver)
     my_profile.Goto_My_Profile()
예제 #10
0
 def Llogin(self):
     logn = UserProfileLocator(self.driver)
     logn.Call_Login()
예제 #11
0
 def URL_file(self):
     get_url = UserProfileLocator(self.driver)
     get_url.Call_URL()