Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sankouski-dzmitry opened this issue Aug 15, 2019 · 0 comments
Open

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

sankouski-dzmitry opened this issue Aug 15, 2019 · 0 comments

Comments

@sankouski-dzmitry
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant