Exemplo n.º 1
0
	def fill_out_unitprice(self, unitprice):
		self.driver.find_element_by_xpath(CreateInvoicePageLocators.get_invoice_form_table_data(5)).click()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_unitprice_locator()).clear()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_unitprice_locator()).send_keys(unitprice)