èªågoogleæ¤ç´¢ã require 'rubygems' require 'mechanize' agent = WWW::Mechanize.new # ã¤ã³ã¹ã¿ã³ã¹çæ agent.user_agent_alias = 'Mac Safari' # User-Agentã®è¨å® page = agent.get('http://www.google.com/') # ãã¼ã¸åå¾ search_form = page.forms.with.name('f').first # "f"ã¨ããååã®ãã©ã¼ã ãæ¢ã search_form.q = 'Hello' # ããã¹ãããã¯ã¹"q"ã«"Hello"ãå ¥å search_results = agent.submit(search_form) # ãã©ã¼ã ã®submitãã¿ã³ãæ¼ã puts search_results.body # çµæ


{{#tags}}- {{label}}
{{/tags}}