コード例 #1
0
ファイル: commonPage.py プロジェクト: yumao123/Testweb1.0
	def choose_from_table(self, row):
		table = Table(self.driver, self.tableId)
		table.choose_from_traditionList(0)
コード例 #2
0
ファイル: commonPage.py プロジェクト: yumao123/Testweb1.0
	def get(self):
		table = Table(self.driver, self.tableId)
		return table.get_from_traditionList(0)