Display User Agent - Browser Detection

Your user agent is:

iMacros can simulate all user agent strings with the "-useragent" command line switch or the iimInit ("-useragent ..") in the Scripting Interface. Simulating a special user agent can be very useful to test the response of websites on different devices. For example, Google looks quite different when viewed on a mobile phone.

Example User Agent Strings

  • IE 6 .0 on Windows XP SP2 with .NET Framework 1.1 installed: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
  • IE7 beta running on Windows Vista — Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)
  • Firefox 1.5b1 on Windows XP — Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
  • Opera 8.51 on Windows XP — Opera/8.51 (Windows NT 5.1; U; en)
  • Pocket PC IE on Windows Mobile 2003 — Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320
  • Nokia 6230 Mobile Phone: Nokia6230/2.0+(04.43)+Profile/MIDP-2.0+Configuration/CLDC-1.1+UP.Link/6.3.0.0.0
  • Google Crawler: Googlebot/2.1 (+http://www.google.com/bot.html)
  • Yahoo Crawler: Mozilla/5.0 (compatible; Yahoo! Slurp;http://help.yahoo.com/help/us/ysearch/slurp)

TOP