-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement Table methods #8
Comments
Do you have any examples of such methods? Just curious. |
#strings - https://github.com/watir/watir/blob/master/lib/watir/row_container.rb#L26 The biggest sticking point here is that there are a lot of different ways that tables can be formatted. What is displayed on the page is not necessarily in the order that it is written in the html due to Watir gets around this by querying and sorting on the |
Actually I think |
Makes sense. Thanks! |
Things like
Table#hashes
are very wire call intensive for typically static elements.A number of Table related methods can be optimized using Watigiri.
The text was updated successfully, but these errors were encountered: