SP

Size: a a a
SP
MK
A
SA
A
W
VP
W
count = len(app.tables.table_r)
@wait_for_presence
def table_r(self):
driver = self.app.driver
return driver.find_element_by_xpath('//table/thead/tr')
VP
count = len(app.tables.table_r)
@wait_for_presence
def table_r(self):
driver = self.app.driver
return driver.find_element_by_xpath('//table/thead/tr')
LY
W
> count = len(app.tables.table_r)
E TypeError: object of type 'ImhoElement' has no len()
W
M
MK
A
MK
A
A
A
A