# File lib/scrubyt/core/navigation/navigation_actions.rb, line 30
    def fill_textfield_and_wait(textfield_name, query_string, sleep_secs=0, use_value=nil)
      FetchAction.fill_textfield(textfield_name, query_string, sleep_secs, use_value)
    end