htmlelements icon indicating copy to clipboard operation
htmlelements copied to clipboard

Table.getRows() is slow (affected by implicit timeout)

Open sankouski-dzmitry opened this issue 6 years ago • 0 comments

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

sankouski-dzmitry avatar Aug 15 '19 12:08 sankouski-dzmitry