You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Table Footer Should Contain
is always looking for<td>
tags within<tfoot>
:https://github.com/Hi-Fi/robotframework-seleniumlibrary-java/blob/fed6f0e95b5cf5a365f8357a9976ec9ed7ff7e1e/src/main/java/com/github/markusbernhardt/seleniumlibrary/locators/TableElementFinder.java#L17
but it's valid to have
<th>
tags here also. Example: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfootCan we have this keyword fixed to take into account
<th>
tags as well?The text was updated successfully, but these errors were encountered: