f7cf981a75alias click_link/clicks_link, and click_button/clicks_button
Lee Bankewitz
2008-10-13 18:43:36 -0400
bf924ba128use jQuery to wait for ajax operations to complete
Lee Bankewitz
2008-10-13 18:42:48 -0400
46ced27dbdMinor selenium_session updates to alias #visits as #visit, fix the constructor, and successfully locate a field whose label is it's parent. -Lee Bankewitz & Luke Melia
Luke Melia
2008-10-13 14:23:48 -0400
89d56fb5daStart adding support for rack and sinatra
Aslak Hellesøy
2008-10-13 14:56:13 +0200
264b147b6ffully merged webrat merb branch with brynary. File upload tests still fail, will look at later
Rob Kaufman
2008-10-11 17:09:15 -0700
dbb3883d27merged jrun and gwynms merb changes into main webrat code
Rob Kaufman
2008-10-11 12:53:13 -0700
9d3c60f922Replaced some full sorts with simple linear search. Refactored old code to nicer collection methods.
Jan Suchal
2008-10-09 14:54:53 +0200
a6b42aed57format README and update Manifest.txt to enable building a gem
David Chelimsky
2008-10-06 06:58:55 -0500
deeaa31f48require 'spec/interop/test' so you can run specs w/ the ruby command
David Chelimsky
2008-10-06 06:52:36 -0500
300880db2fget webrat+cucumber+merb working
Jeremy Burks
2008-10-05 22:05:01 -0500
33fdf33c89Raise error when trying to interact with a disabled form element
Luke Melia
2008-10-01 20:22:23 -0400
c5e3546cffFixed bug where disabled fields would be submitted.
nicholas a. evans
2008-09-22 22:19:20 -0400
0800f79428adding html unit spike
Ben Mabey
2008-09-15 12:03:42 -0600
7c46a6fed0Fixed bug where choosing radio button in a series where a later radio button is defaulted to on resulted in the incorrect field value being submitted.
Luke Melia
2008-09-14 21:16:39 -0400
01f87b5c3bMerge branch 'master' of git://github.com/ismasan/webrat into ismasan/master
Bryan Helmkamp
2008-07-20 22:04:15 -0400
9b90fe3c57Merge branch 'master' of git://github.com/timcharper/webrat into timcharper/master
Bryan Helmkamp
2008-07-20 21:58:32 -0400
580e6950b6Don't open blank pages in the browser (Path from Kyle Hargraves)
Bryan Helmkamp
2008-07-20 21:54:13 -0400
130f5a9d1bclick link by title
Dan Barry
2008-07-18 11:32:41 -0500
66a5af0f56regression test for unlabelled inputs
Dan Barry
2008-07-08 14:07:14 -0500
a9430aa2ceradio buttons can have multiple labels
Dan Barry
2008-07-08 12:31:44 -0500
9e673539a5Now you can do clicks_button 'foo_123' (passing button ID, not value)
0.2.1
Gwyn Morfey
2008-07-07 15:57:52 +0100
cfdd66784eImplemented clicks_link_within for selenium session.
Luke Melia
2008-06-23 00:37:31 -0400
6074ec3e35Add support for disabling JavaScript when clicking a link to enable testing of both JS and non-JS implementations LM/BH
Bryan Helmkamp
2008-06-20 11:22:41 -0400
856b6cb17eMerge branch 'master' of git@github.com:brynary/webrat
Bryan Helmkamp
2008-06-20 11:09:56 -0400
7d94c16ac8Added options to selenium session methods to better handle ajax operations. For example: clicks_link('Foo', :wait => :ajax). I'd love to figure out how to infer whether a click results in ajax vs. dom manipulation vs. page load, but we'll start with this.
Luke Melia
2008-06-18 23:57:56 -0400
7a5fbeef7fSpiked a Selenium session type for webrat.
Luke Melia
2008-06-16 01:11:02 -0400
17f4dba965Support specification of content type in attaches_file()
Kyle Hargraves
2008-05-21 14:27:47 -0500
3b72459298Support '&' in submitted values
Kyle Hargraves
2008-05-16 19:22:41 -0500
2c61102f1bSorting libraries before require to avoid load order issues on server
Ismael Celis
2008-06-02 12:50:33 +0100
9a4e43ab0cAdded method for matching alt attributes in fields (primarly for clicks_button)
Aaron Quint
2008-05-27 17:17:49 -0400
5ea0db332cadded spec to test webrat's ability to recognize image buttons
Tim Harper
2008-05-17 12:53:29 -0600
e6aff6d37cRemove references to RAILS_ROOT from Webrat core
Bryan Helmkamp
2008-05-12 00:58:24 -0400
22048b5494Merge branch 'master' of git@github.com:brynary/webrat
Bryan Helmkamp
2008-05-12 00:48:01 -0400
5bb3026dafBasic spike of WWW:Mechanize support
Bryan Helmkamp
2008-05-12 00:23:37 -0400
cf6b9d26c0Start isolating Rails-specific webrat components to prepare for additional modes (Merb and WWW::Mechanize)
Bryan Helmkamp
2008-05-11 23:58:20 -0400
3bc2af2c14save_and_open_page rewrites css and image references to provide a friendlier debugging experience
Luke Melia
2008-05-04 23:44:00 -0400
c7765a1e6cMerge branch 'master' of git@github.com:brynary/webrat
Bryan Helmkamp
2008-05-04 14:07:04 -0400
73d3b72108Added prelimary support for fully qualified links starting with http:// or https://. Restored missing commits(???)
Luke Melia
2008-05-04 04:15:36 -0400
20561b0c41Also find buttons by caption, if no value has been specified.
Gwyn Morfey
2008-04-29 12:26:16 +0100
b3bc544c1cWTF. Hoe requires README to be named README.txt. Sorry markdown, will try another night.
Josh Knowles
2008-04-28 21:59:56 -0400
ddf48b31faRenamed README to get Markdown highlighting in github
Josh Knowles
2008-04-28 21:44:38 -0400