search for: pluggable_parser

Displaying 4 results from an estimated 4 matches for "pluggable_parser".

2007 Oct 07
1
How to store a Mechanize object in the database?
...nt.user = WWW::Mechanize.new #<WWW::Mechanize:0xb71295f0 @follow_meta_refresh=false, @key=nil, @user_agent="WWW-Mechanize/0.6.10 (http://rubyforge.org/projects/mechanize/)", @log=nil, @proxy_addr=nil, @keep_alive=true, @user=nil, @pass=nil, @conditional_requests=true, @proxy_port=nil, @pluggable_parser=#<WWW::Mechanize::PluggableParser:0xb712953c @parsers={"text/html"=>WWW::Mechanize::Page}, defaultWWW::Mechanize::File, read_timeoutnil, keep_alive_time300, ca_filenil, watch_for_setnil, proxy_passnil, auth_hash{}, certnil, history[], open_timeoutnil, connection_cache{}, cookie_jar#...
2008 Apr 29
6
Intercepting an onClick file download
Hi, I''m having some trouble downloading a .csv file from a particular website. The file isn''t part of a url, you need to click on a link in order to get the file sent. I don''t know how to get mechanize to correctly identify that. Here is the link to the file I''m trying to retrieve: <td style="vertical-align: bottom; text-align: center;">
2006 Dec 07
6
Response To Form Submission Hanging
Hello, I am using Mechanize to post a form to a website. When I do this by hand in my browser the response takes about 35s to come back (it''s a long page full of tables and graphics). When I do this with Mechanize, the server starts to respond and then appears to hang. The obvious conclusion is that my code is wrong but I am reasonably sure that I haven''t altered it
2010 Sep 01
4
NoMethodError: undefined method `force_encoding' for "Conten
...xy.rb"; require "test/test_mechanize_file.rb"; require "test/test_meta.rb"; require "test/test_multi_select.rb"; require "test/test_no_attributes.rb"; require "test/test_option.rb"; require "test/test_page.rb"; require "test/test_pluggable_parser.rb"; require "test/test_post_form.rb"; require "test/test_pretty_print.rb"; require "test/test_radiobutton.rb"; require "test/test_redirect_limit_reached.rb"; require "test/test_redirect_verb_handling.rb"; require "test/test_referer.rb&quo...