# File lib/selenium_poetry.rb, line 140
  def should_store(script_variable)
    run_protected do 
      script_variable.each { |script, variable| store_eval @selectors[script], variable }
    end
  end