SeleniumCO made for Cloudoffix.
SeleniumCO,sends your timesheet to the person (manager) you want by e-mail
Method | Using for |
---|---|
LoginCO() | Build your driver and login Cloudoffix login website |
AllList() | All data about on your timesheet |
DateList(AllList()) | Return Turkish day names on your timesheet |
TextList(AllList()) | Return Descriptions on your timesheet |
MixedList(DateList(),TextList()) | Return Turkish day names and Descriptions on your timesheet |
SendMail(To,Subject,Body,CC) | Sending Mail with your outlook. You dont need any SMTP Server for sending mail with SeleniumCO! |
MixedListSendMail(MixedList(),FirstSentence,To,Subject,CC) | Sending Mail your Turkish day names and Descriptions with your outlook. You dont need any SMTP Server for sending mail with SeleniumCO! |
selenium 3.141.0
time
bs4 4.9.3
datetime
pywin32 301