Ejemplo n.º 1
0
	def fill_out_options_schedule(self, dueDate):
		"""
		Note that the radio button here is ALWAYS
		set to 'Save as Draft' by default!
		"""
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_save_as_draft_locator()).click()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_due_date_locator()).clear()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_due_date_locator()).send_keys(dueDate)