Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser needs some enhancements #3

Open
aladh opened this issue Dec 5, 2014 · 1 comment
Open

Browser needs some enhancements #3

aladh opened this issue Dec 5, 2014 · 1 comment

Comments

@aladh
Copy link

aladh commented Dec 5, 2014

  • Use the new mechanize (don't require progress_bar is mechanize version > 1.0)
  • Cache form submits
  • Show page.body in browser
@aladh
Copy link
Author

aladh commented Dec 6, 2014

And Nokogiri needs this:

class Nokogiri::XML::Element; 
    def better_text; 
        result = []; traverse{|x| result << x.text if x.text? }
        result.join(" ").strip
    end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant