BROWSER.VERSION = 1.0 BROWSER.NAME = CCBot BROWSER.PLATFORM = +http://www.commoncrawl.org/bot.html) BROWSER.LANGUAGE = en BROWSER is a special macro, that basically pulls the HTTP.USER-AGENT string and breaks it up into the four parts above. So you can display that too if you want:
HTTP.USER-AGENT:
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
string test: "chrome"?http.user-agent = false
string test: "safari"?http.user-agent = false
bool test: browser.safari = false
bool test: browser.chrome = false
bool test: browser.firefox = false
FIREFOX VERSION CHECKS bool test: browser.version = "3.6" = false
bool test: browser.version >= "4.0" = false
bool test: browser.version >= "5.0" = false