htmlelements
htmlelements copied to clipboard
Table.getRows() is slow (affected by implicit timeout)
Table.getRows() method is slow, when:
- Table has row which does not contain 'td' children (for example, if headings grouped in 'tr' tag)
This is because it searches for td tags in all rows, in for rows without td, implicit timeout is applied