require 'mechanize'agent = WWW::Mechanize.newagent.user_agent_alias = 'Windows IE 6'page = agent.get('http://www.apple.com/')form = page.forms[1]select_list = form.field('worldwide')p select_list# WWW::Mechanize::SelectList
thank you :)that was driving me crazy!
thank you :)
ReplyDeletethat was driving me crazy!