Bryan Helmkamp
|
24ac5d3fb7
|
Rename clicks_link and clicks_link_within to click_link and click_link_within
|
2008-11-05 18:27:55 -05:00 |
Bryan Helmkamp
|
ea193e15d2
|
Rename checks and unchecks to check and uncheck
|
2008-11-05 18:25:06 -05:00 |
Bryan Helmkamp
|
5e531f1a0a
|
Moving spec files to reflect API changes
|
2008-11-05 18:21:42 -05:00 |
Bryan Helmkamp
|
72bcbca346
|
Renaming visits to visit
|
2008-11-05 18:20:27 -05:00 |
Bryan Helmkamp
|
0addcbe430
|
Adding deprecate method. Thank you Polonium
|
2008-11-05 18:16:31 -05:00 |
Bryan Helmkamp
|
eabc7b6c9e
|
Renaming fills_in to fill_in
|
2008-11-05 18:15:12 -05:00 |
Bryan Helmkamp
|
7b5da74cf1
|
SeleniumSession shouldn't inherit Webrat::Session, it just acts like one
|
2008-11-05 18:09:14 -05:00 |
Bryan Helmkamp
|
d4f775ca9c
|
Refactoring rails session
|
2008-11-05 18:06:11 -05:00 |
Bryan Helmkamp
|
ce9235f0fa
|
Restructuring files
|
2008-11-05 18:01:05 -05:00 |
Lawrence Pit
|
98d52176ad
|
fix following fully qualified local links
|
2008-11-05 14:20:47 +11:00 |
Bryan Helmkamp
|
828b7d4c2c
|
Removing clicks_get_link, clicks_post_link, clicks_put_link, and clicks_delete_link. Use visit("/path", :http_method) instead
|
2008-11-04 10:43:34 -05:00 |
Bryan Helmkamp
|
c01778b0d3
|
More work on Webrat::Methods (not currently used for anything just yet)
|
2008-11-04 10:38:12 -05:00 |
Bryan Helmkamp
|
4a898b4223
|
Manifest
|
2008-11-04 00:41:11 -05:00 |
Jeremy Burks
|
5623643b53
|
exposed the mechanize page
|
2008-11-03 20:44:33 -06:00 |
Bryan Helmkamp
|
98dc231945
|
Cleanup requires for Merb param parser
|
2008-11-03 20:11:26 -05:00 |
Bryan Helmkamp
|
d4fb7bbd0a
|
Adding Webrat::Methods module in a WIP effort to cleanup framework integration
|
2008-11-03 20:00:20 -05:00 |
Bryan Helmkamp
|
87f549b3af
|
Merge branch 'merb'
|
2008-11-03 19:33:37 -05:00 |
Yehuda Katz
|
85f16d2cdc
|
Support Merb 1.0
|
2008-11-02 19:11:20 -08:00 |
Luke Melia
|
ca9d04422c
|
Add support in Selenium implementation for clicking a link or button using a regular expression.
|
2008-10-29 02:50:52 -04:00 |
gaffo
|
7b254be895
|
[#25 state:closed] updated history
|
2008-10-28 21:34:06 -05:00 |
gaffo
|
397dec1436
|
added id support on clicks_link, added tests for matches_text? and matches_id? into link spec
|
2008-10-28 21:32:55 -05:00 |
gaffo
|
067bc791c5
|
added tests for substrings
|
2008-10-28 21:13:54 -05:00 |
gaffo
|
275829d382
|
[#25 state:open] Added tests to create matches_id? function in link
|
2008-10-28 21:09:23 -05:00 |
gaffo
|
8ce99ccf9a
|
Merge branch 'master' of git://github.com/brynary/webrat into lh_25_click_link_by_id
|
2008-10-28 20:23:55 -05:00 |
Bryan Helmkamp
|
e774bd6a99
|
History
|
2008-10-28 16:03:35 -04:00 |
Bryan Helmkamp
|
9b43961643
|
Allow clicking links by a regular expression
|
2008-10-28 16:03:35 -04:00 |
Bryan Helmkamp
|
738798d4e6
|
Manifest
|
2008-10-28 16:03:35 -04:00 |
Jeremy Burks
|
40c6b6ed44
|
"fixed" MechanizeSession, Session expects get and post to have 3 arguments
|
2008-10-27 22:01:48 -05:00 |
Jeremy Burks
|
71adad4ada
|
the manifest was missing core/mime.rb
|
2008-10-27 22:01:27 -05:00 |
Jeremy Burks
|
5efa47aa53
|
fixed requires and manifest
|
2008-10-27 21:58:21 -05:00 |
Jeremy Burks
|
d03ed0238c
|
Merge branch 'master' of git@github.com:jrun/webrat
|
2008-10-27 21:29:28 -05:00 |
Jeremy Burks
|
0b17495446
|
move merb/param_parser to core so it can be used for other sessions other than merb (i.e. mechanize)
|
2008-10-27 21:29:22 -05:00 |
Ross Kaffenberger
|
42506924ae
|
Adding is_ordered and dragdrop helper methods to SeleniumSession
|
2008-10-27 11:15:49 -04:00 |
Bryan Helmkamp
|
0ffadb1d22
|
Merge commit 'notch8/master'
|
2008-10-26 18:16:40 -04:00 |
Bryan Helmkamp
|
5975313cdd
|
Docs
|
2008-10-26 18:03:24 -04:00 |
Bryan Helmkamp
|
235c601922
|
Cleaning up clicks_link method options
|
2008-10-26 17:02:58 -04:00 |
Bryan Helmkamp
|
8f401f67d5
|
Merge commit 'ryanbriones/master'
|
2008-10-25 17:45:59 -04:00 |
Bryan Helmkamp
|
484e8e3854
|
History
|
2008-10-25 17:38:08 -04:00 |
Bryan Helmkamp
|
2e542c1cf5
|
Move MIME type conversion into a separate module
|
2008-10-25 17:38:08 -04:00 |
Ryan Briones
|
ba24901dce
|
add ability to set custom headers; add http_accept helper
|
2008-10-25 17:38:08 -04:00 |
Bryan Helmkamp
|
284b3202c4
|
Specdoc tweaks
|
2008-10-25 17:17:00 -04:00 |
Bryan Helmkamp
|
0b280c2f9f
|
History
|
2008-10-25 17:15:14 -04:00 |
Bryan Helmkamp
|
6f7325aa53
|
Merge commit 'david/master'
|
2008-10-25 17:13:54 -04:00 |
Bryan Helmkamp
|
c2203cf6ad
|
Removing bad logger spec. autospec should work now
|
2008-10-25 16:56:06 -04:00 |
Bryan Helmkamp
|
2473cccb92
|
Cleaning up require structure
|
2008-10-25 12:59:21 -04:00 |
Bryan Helmkamp
|
324f412c7e
|
Removing spikes
|
2008-10-25 12:43:35 -04:00 |
Bryan Helmkamp
|
bc34dc9ba0
|
Restructuring spec tasks
|
2008-10-25 12:42:38 -04:00 |
David Leal
|
a4f5e715f8
|
Consider all status codes below 500 to be success.
|
2008-10-25 17:30:30 +01:00 |
Bryan Helmkamp
|
ed6f7fc4a2
|
Moving around some specs
|
2008-10-25 12:22:55 -04:00 |
Bryan Helmkamp
|
ed65538f7b
|
History
|
2008-10-25 12:16:04 -04:00 |