# File frankenstein_driver.rb, line 209
  def enter_text(textfield, text)
    append_to_script "enter_text \"#{textfield}\" , \"#{text}\""
  end