# File control/SetupAlias/SetupAlias.rb, line 6
  def init_context
    @driver = driver
    @control = page_option(:control)
    @alias_list = @control.aliases
    query_params = @driver.params
    if (query_params.include? 'pos') then
      self.position = query_params['pos']
    end
  end