# File lib/scrubyt/core/navigation/agents/firewatir.rb, line 177
          def self.fill_textfield(textfield_name, query_string)
            @@current_form = "//input[@name='#{textfield_name}']/ancestor::form"
            @@agent.text_field(:name,textfield_name).set(query_string)
          end