コード例 #1
0
ファイル: PageObjects.py プロジェクト: svyzz/TestingX
	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)