yandex-qatools / htmlelements

Html Elements is a Java framework providing easy-to-use way of interaction with web-page elements in web-page tests.
Other
271 stars 116 forks source link

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

Open sankouski-dzmitry opened 5 years ago

sankouski-dzmitry commented 5 years ago

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