示例#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()