# File lib/scrubyt/core/navigation/agents/firewatir.rb, line 222 def self.select_option(selectlist_name, option) @@current_form = "//select[@name='#{selectlist_name}']/ancestor::form" @@agent.select_list(:name,selectlist_name).select(option) end