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
Table.getRows() method is slow, when:
This is because it searches for td tags in all rows, in for rows without td, implicit timeout is applied