-
Notifications
You must be signed in to change notification settings - Fork 773
"Table Header Should Contain" might get <th> elements from footer #1437
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
Comments
Interesting, would it possible to get static HTML page and simple test case that demonstrates the problem? |
Thank you for the fast reply! |
Would you have an update to the case? |
I'm sorry I wasn't able to find time for that :-( Ok, probably, I won't provide it then. |
I do not have time investigate this in the near future. Therefore I am closing this issue. If you @php-coder want to return in the issue, please reopen the issue. |
Table Header Should Contain
keyword is looking for<th>
elements everywhere in a table:SeleniumLibrary/src/SeleniumLibrary/keywords/tableelement.py
Lines 199 to 200 in 44a41f0
Given that
<th>
tag can be enclosed within<tfoot>
, it doesn't seem right to treat it as a header.It seems like a bug.
The text was updated successfully, but these errors were encountered: