Ejemplo n.º 1
0
	def fill_out_description(self, description):
		self.driver.find_element_by_xpath(CreateInvoicePageLocators.get_invoice_form_table_data(3)).click()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_description_locator()).clear()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_description_locator()).send_keys(description)