Property |
appCodeName |
is used to get the code name of the browser |
return: "Mozilla" |
Property |
appName |
is used to get the name of the browser |
return: "Microsoft Internet Explorer" |
Property |
appVersion |
appVersion is used to get the version of the browser |
return: "4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022)" |
Property |
language |
property language is used to get the language configured in browser preference |
|
Property |
mimeTypes |
property mimeTypes is used to get an array of mimeTypes supported by the browser |
|
Property |
platform |
property platform will return the OS(operating system) in which the browser is running (e.g: Win32, linux, etc..) |
|
Property |
plugins |
property plugins is used to get an array of plugins installed in the browser |
|
Property |
userAgent |
property userAgent is used to get the user-agent header. user agent string information will be added in the HTTP protocol used for data transfer from browser to the server |
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022) |