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

fix: Table.getRows() is affected by implicit timeout #152

Open sankouski-dzmitry opened 5 years ago

sankouski-dzmitry commented 5 years ago

Rows without 'td' tags, affected by webdriver implicit timeout. To prevent this, xpath was used, which finds only rows with 'td' tags.