# File control/Navigation/Navigation.rb, line 6
  def init_context
    @control = page_option(:control)
    @driver = driver
    @page = nil
    @query = Hash.new
  end