htmlelements
htmlelements copied to clipboard
fix: Table.getRows() is affected by implicit timeout
Rows without 'td' tags, affected by webdriver implicit timeout. To prevent this, xpath was used, which finds only rows with 'td' tags.