class Browser::Base

def bot

Return the bot info.
def bot
  @bot ||= Bot.new(ua)
end