jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

Row#cells #41

Closed leviwilson closed 11 years ago

leviwilson commented 11 years ago

Added support for Row#cells

jarmo commented 11 years ago

I have similar comments to this code as for #rows - move all these locators_match? methods into the appropriate class and use by #exists?.

leviwilson commented 11 years ago

Works for me. After I modify the table#rows pull request, I'll change this one as well. I have more plans for Row#cell to use the headers in the table to build a hash of the cells, but I will add this later.

leviwilson commented 11 years ago

I in pull request #40 I noted that I was not sure how to filter out the values unless I retrieved them all. I may be missing something simple, but I didn't see how to get it to play nicely with ElementCollection.