7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
implemented click() More... almost 14 years ago
updated todo More... almost 14 years ago
added siblings() and siblings(selector) More... almost 14 years ago
Began the section on form controls. More... almost 14 years ago
added children() and children(selector) More... almost 14 years ago
added getClassNames() More... almost 14 years ago
got rid of a whole bunch of cruft we don't need from the Navigator API More... almost 14 years ago
.@ operator now works on EmptyNavigator More... almost 14 years ago
Merge branch 'master' of github.com:alkemist/geb More... almost 14 years ago
Merge branch 'master' of github.com:alkemist/geb More... almost 14 years ago
damn, broke some other tests, @Ignore for now as I need to go home! More... almost 14 years ago
most of attribute access via .@ now works. Currently using it on an empty navigator throws an exception rather than returning null More... almost 14 years ago
Some work on docs. More... almost 14 years ago
Added some api thoughts. More... almost 14 years ago
next, previous & parent now accept full selectors rather than just tag names More... almost 14 years ago
Added notes on getting selection info. More... almost 14 years ago
managed to get previous working despite my stupidity More... almost 14 years ago
managed to get previous working despite my stupidity More... almost 14 years ago
improved tests around next, previous * parent prior to a bit of refactoring More... almost 14 years ago
improved tests around next, previous * parent prior to a bit of refactoring More... almost 14 years ago
removed redundant TODO comment More... almost 14 years ago
Added text matching shortcuts in Page and Module. More... almost 14 years ago
set radios with property access More... almost 14 years ago
set input fields with property access More... almost 14 years ago
Merge branch 'master' of github.com:alkemist/geb More... almost 14 years ago
implemented property access to select and checkbox values More... almost 14 years ago
refactored out some boilerplate iteration code, implemented simple property access to input values More... almost 14 years ago
Fixes and tests for url calculation. More... almost 14 years ago
implemented filter(selector, attributes) More... almost 14 years ago
test filter by text More... almost 14 years ago