Ejemplo n.º 1
0
	def fill_out_account(self, account):
		self.driver.find_element_by_xpath(CreateInvoicePageLocators.get_invoice_form_table_data(7)).click()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_account_locator()).clear()
		self.driver.find_element_by_id(CreateInvoicePageLocators.get_form_account_locator()).send_keys(account)