
patch for click_button_within
Reported by Harry Vangberg | January 16th, 2009 @ 03:17 PM
I found myself using click_button_within quite often, so here is the patch:
http://github.com/ichverstehe/we...
I didn't add a matching method for Selenium as I have never used it.
Comments and changes to this ticket
-
Bryan Helmkamp February 8th, 2009 @ 11:26 PM
- Tag changed from click_button, click_button_within to click_button, click_button_within, featurerequest
- State changed from new to wontfix
Hey Harry,
Thanks for the patch, but I'd prefer not to add this method.
I'd actually like to deprecate click_link_within in favor of just using the within block syntax, to keep the core API as small as possible. click_link_within came before #within, and I think it's not longer particularly valuable since we've got a clear alternative.
Cheers,
-Bryan
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.