Ejemplo n.º 1
0
	def fill_out_tax_rate(self, taxRate):
		self.driver.find_element_by_xpath(CreateInvoicePageLocators.get_invoice_form_table_data(8)).click()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_tax_rate_locator()).clear()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_tax_rate_locator()).send_keys(taxRate)