Commit Graph

  • eabc7b6c9e Renaming fills_in to fill_in Bryan Helmkamp 2008-11-05 18:15:12 -0500
  • 7b5da74cf1 SeleniumSession shouldn't inherit Webrat::Session, it just acts like one Bryan Helmkamp 2008-11-05 18:09:14 -0500
  • d4f775ca9c Refactoring rails session Bryan Helmkamp 2008-11-05 18:06:11 -0500
  • ce9235f0fa Restructuring files Bryan Helmkamp 2008-11-05 18:01:05 -0500
  • 98d52176ad fix following fully qualified local links Lawrence Pit 2008-11-05 14:20:47 +1100
  • 828b7d4c2c Removing clicks_get_link, clicks_post_link, clicks_put_link, and clicks_delete_link. Use visit("/path", :http_method) instead Bryan Helmkamp 2008-11-04 10:43:34 -0500
  • c01778b0d3 More work on Webrat::Methods (not currently used for anything just yet) Bryan Helmkamp 2008-11-04 10:38:12 -0500
  • 4a898b4223 Manifest Bryan Helmkamp 2008-11-04 00:41:11 -0500
  • 5623643b53 exposed the mechanize page Jeremy Burks 2008-11-03 20:44:33 -0600
  • 98dc231945 Cleanup requires for Merb param parser Bryan Helmkamp 2008-11-03 20:11:26 -0500
  • d4fb7bbd0a Adding Webrat::Methods module in a WIP effort to cleanup framework integration Bryan Helmkamp 2008-11-03 20:00:20 -0500
  • 87f549b3af Merge branch 'merb' Bryan Helmkamp 2008-11-03 19:33:37 -0500
  • 85f16d2cdc Support Merb 1.0 Yehuda Katz 2008-11-02 19:11:20 -0800
  • ca9d04422c Add support in Selenium implementation for clicking a link or button using a regular expression. 0.2.2 Luke Melia 2008-10-29 02:49:08 -0400
  • 7b254be895 [#25 state:closed] updated history gaffo 2008-10-28 21:34:06 -0500
  • 397dec1436 added id support on clicks_link, added tests for matches_text? and matches_id? into link spec gaffo 2008-10-28 21:32:55 -0500
  • 067bc791c5 added tests for substrings gaffo 2008-10-28 21:13:54 -0500
  • 275829d382 [#25 state:open] Added tests to create matches_id? function in link gaffo 2008-10-28 21:09:23 -0500
  • 8ce99ccf9a Merge branch 'master' of git://github.com/brynary/webrat into lh_25_click_link_by_id gaffo 2008-10-28 20:23:55 -0500
  • e774bd6a99 History Bryan Helmkamp 2008-10-28 16:03:00 -0400
  • 9b43961643 Allow clicking links by a regular expression Bryan Helmkamp 2008-10-28 16:02:35 -0400
  • 738798d4e6 Manifest Bryan Helmkamp 2008-10-26 22:26:18 -0400
  • 40c6b6ed44 "fixed" MechanizeSession, Session expects get and post to have 3 arguments Jeremy Burks 2008-10-27 22:01:48 -0500
  • 71adad4ada the manifest was missing core/mime.rb Jeremy Burks 2008-10-27 22:01:27 -0500
  • 5efa47aa53 fixed requires and manifest Jeremy Burks 2008-10-27 21:58:21 -0500
  • d03ed0238c Merge branch 'master' of git@github.com:jrun/webrat Jeremy Burks 2008-10-27 21:29:28 -0500
  • 0b17495446 move merb/param_parser to core so it can be used for other sessions other than merb (i.e. mechanize) Jeremy Burks 2008-10-27 21:29:22 -0500
  • 42506924ae Adding is_ordered and dragdrop helper methods to SeleniumSession Ross Kaffenberger 2008-10-27 11:15:49 -0400
  • 0ffadb1d22 Merge commit 'notch8/master' Bryan Helmkamp 2008-10-26 18:16:40 -0400
  • 5975313cdd Docs Bryan Helmkamp 2008-10-26 17:05:03 -0400
  • 235c601922 Cleaning up clicks_link method options Bryan Helmkamp 2008-10-26 17:02:58 -0400
  • 8f401f67d5 Merge commit 'ryanbriones/master' Bryan Helmkamp 2008-10-25 17:45:59 -0400
  • 484e8e3854 History Bryan Helmkamp 2008-10-25 17:36:37 -0400
  • 2e542c1cf5 Move MIME type conversion into a separate module Bryan Helmkamp 2008-10-25 17:34:10 -0400
  • ba24901dce add ability to set custom headers; add http_accept helper Ryan Briones 2008-10-23 23:16:37 -0400
  • 284b3202c4 Specdoc tweaks Bryan Helmkamp 2008-10-25 17:17:00 -0400
  • 0b280c2f9f History Bryan Helmkamp 2008-10-25 17:15:14 -0400
  • 6f7325aa53 Merge commit 'david/master' Bryan Helmkamp 2008-10-25 17:13:54 -0400
  • c2203cf6ad Removing bad logger spec. autospec should work now Bryan Helmkamp 2008-10-25 16:56:06 -0400
  • 2473cccb92 Cleaning up require structure Bryan Helmkamp 2008-10-25 12:59:21 -0400
  • 324f412c7e Removing spikes Bryan Helmkamp 2008-10-25 12:43:35 -0400
  • bc34dc9ba0 Restructuring spec tasks Bryan Helmkamp 2008-10-25 12:42:38 -0400
  • a4f5e715f8 Consider all status codes below 500 to be success. David Leal 2008-10-25 17:30:30 +0100
  • ed6f7fc4a2 Moving around some specs Bryan Helmkamp 2008-10-25 12:22:55 -0400
  • ed65538f7b History Bryan Helmkamp 2008-10-25 12:16:04 -0400
  • 09d765d7c4 Rename element_labeled to field_labeled Bryan Helmkamp 2008-10-25 12:15:16 -0400
  • 354c8c1f4e Merge commit 'dchelimsky/master' Bryan Helmkamp 2008-10-25 12:11:48 -0400
  • 9e39c731e0 Readme Bryan Helmkamp 2008-10-25 11:38:23 -0400
  • 2ffa278651 add ability to set custom headers; add http_accept helper Ryan Briones 2008-10-23 23:16:37 -0400
  • 1ba0f58dfa added checked? to CheckboxField David Chelimsky 2008-10-22 23:28:36 -0500
  • 070f36ce51 added element_labeled with support for TextField, TextareaField, CheckboxField, RadioField, HiddenField David Chelimsky 2008-10-22 23:21:25 -0500
  • 4590710cfc add spec.opts David Chelimsky 2008-10-22 13:12:45 -0500
  • bad6923adb Merge branch 'brynary/master' David Chelimsky 2008-10-22 12:45:31 -0500
  • 190fe0b73f Added code improvements to request handling for merb, thanks to David Leal Rob Kaufman 2008-10-22 10:30:39 -0700
  • ef0176f187 Added code improvements to request handling for merb Rob Kaufman 2008-10-22 10:29:32 -0700
  • 9b72542b95 hi gaffo 2008-10-22 00:02:04 -0500
  • f3d508b817 added another stipulation to the https get test on rails session. Added a test for the link object with 2 simple tests. 2nd was done while looking for a bug mike.gaffney 2008-10-21 23:55:58 -0500
  • 461a77d1d9 Revert "Support selecting options by their values (Alex Lang)" Bryan Helmkamp 2008-10-22 00:07:30 -0400
  • d62d135777 Revert "Add #select_date for quickly filling out Rails-style date fields (Alex Lang)" Bryan Helmkamp 2008-10-22 00:06:46 -0400
  • f831b497f3 Merge commit 'krist0ff/master' est.txt Rakefile lib/webrat/merb.rb spec/spec_helper.rb Bryan Helmkamp 2008-10-21 23:19:09 -0400
  • 2f656c85c7 History Bryan Helmkamp 2008-10-21 23:02:45 -0400
  • 58a9fc3ac3 Manifest Bryan Helmkamp 2008-10-21 23:01:08 -0400
  • 04923ee6e3 Merge commit 'notch8/master' Bryan Helmkamp 2008-10-21 22:53:01 -0400
  • 9671c4256c Add #select_date for quickly filling out Rails-style date fields (Alex Lang) Bryan Helmkamp 2008-10-21 22:44:39 -0400
  • 1b51de8f0f Support selecting options by their values (Alex Lang) Bryan Helmkamp 2008-10-21 22:41:02 -0400
  • 7adeb86f2c Add support for clicking areas of an image map (Alex Lang) Bryan Helmkamp 2008-10-21 22:35:12 -0400
  • a59e6f873a Coverage Bryan Helmkamp 2008-10-21 22:20:02 -0400
  • 8e32ae80ca History Bryan Helmkamp 2008-10-21 22:13:43 -0400
  • bbc826d8c5 Show error page. David Leal 2008-10-19 10:45:08 +0100
  • 854d09a13e History Bryan Helmkamp 2008-10-21 22:06:18 -0400
  • 8c73680e64 Rename Field#value to Field#escaped_value Bryan Helmkamp 2008-10-21 22:05:21 -0400
  • e4cbf943a9 Merge commit 'mfilej/master' Bryan Helmkamp 2008-10-21 22:02:46 -0400
  • 85330c9b1b Changelog Bryan Helmkamp 2008-10-21 22:02:24 -0400
  • 2d166ae2b8 fixed Webrat::MechanizeSession - calling visit on a newly created session was failing. Default headers were not set and Webrat::Session#request_page would fail when Webrat::Session#headers was called - dup was being called on the nil headers Derek Kastner 2008-10-21 21:33:49 -0400
  • e30e88594f Added field value escaping Miha Filej 2008-10-21 18:13:42 +0200
  • 12f415d330 fixed manifest that prevnts from properly installing in merb app Krzysztof Zylawy 2008-10-21 16:52:47 +0100
  • ff36b51adb not passing empty params Krzysztof Zylawy 2008-10-21 16:47:15 +0100
  • ddd0dd70c3 added few small fixes to webrat Krzysztof Zylawy 2008-10-21 16:29:06 +0100
  • 4ed917da61 few fixes and added whitebox tetss to increase coverage Krzysztof Zylawy 2008-10-21 16:27:35 +0100
  • a940e3232b more fixing to broken file Krzysztof Zylawy 2008-10-21 13:24:35 +0100
  • 0e66ec82af removed conflict accidentally checked in Krzysztof Zylawy 2008-10-21 13:19:50 +0100
  • 06997fabb8 merged changes from notch8 repo Krzysztof Zylawy 2008-10-21 13:05:35 +0100
  • 86879c13c0 Added webrat, thanks to jrun and gwynm for they're initial work on this Rob Kaufman 2008-10-20 22:06:49 -0700
  • 2fd734f9ff Coverage Bryan Helmkamp 2008-10-19 15:36:53 -0400
  • 1a5db346c9 Merged to master again Rob Kaufman 2008-10-18 00:54:46 -0700
  • 9ed5c9013c Working on moving merb code to be functional with merbs request testing Rob Kaufman 2008-10-18 00:38:25 -0700
  • b8e76a1af2 Moved merb files to be more in line with current webrat layout Rob Kaufman 2008-10-17 19:41:24 -0700
  • 6d8c346762 Merge branch 'aslakhellesoy/master' Bryan Helmkamp 2008-10-17 14:30:07 -0400
  • f706b3cd41 Merge branch 'master' of git://github.com/aslakhellesoy/webrat into aslakhellesoy/master Bryan Helmkamp 2008-10-17 13:53:22 -0400
  • 17cf56eb5e Add support for Basic Auth Aslak Hellesøy 2008-10-17 17:43:14 +0200
  • e2c70b8e91 Update History with note about Sinatra and Rack Aslak Hellesøy 2008-10-17 13:39:34 +0200
  • a885a80a7b More complete Sinatra support Aslak Hellesøy 2008-10-17 12:38:59 +0200
  • 682f4d19f9 Decouple from Rails so we can use Webrat with Sinatra Aslak Hellesøy 2008-10-16 15:50:11 +0200
  • 1db6f70f5b Start adding support for rack and sinatra Aslak Hellesøy 2008-10-13 14:56:13 +0200
  • 792f178002 Merge branch 'master' of git://github.com/aslakhellesoy/webrat into aslakhellesoy/master Bryan Helmkamp 2008-10-14 16:17:31 -0400
  • 50a4c1bc79 Also load webrat when RAILS_ENV == "selenium" Bryan Helmkamp 2008-10-14 12:17:25 -0400
  • 1af45a7a27 Extracted Selenium location strategies to their own .js files for easier readability and editing. Luke Melia 2008-10-14 00:11:19 -0400
  • 1777b59b57 format README and update Manifest.txt to enable building a gem David Chelimsky 2008-10-06 06:58:55 -0500
  • b5ace471aa Restoring spec.opts Bryan Helmkamp 2008-10-13 21:12:40 -0400
  • c536b422df require 'spec/interop/test' so you can run specs w/ the ruby command David Chelimsky 2008-10-06 06:52:36 -0500