Home | Trees | Indices | Help |
|
---|
|
object --+ | VBrowserDetails
Class that parses the user agent string from the browser and provides
information about the browser. Used internally by BrowserInfo
and WebBrowser. Should not be used directly.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Create an instance based on the given user agent.
|
Tests if the browser is Firefox.
|
Tests if the browser is using the Gecko engine
|
Tests if the browser is using the WebKit engine
|
Tests if the browser is using the Presto engine
|
Tests if the browser is Safari.
|
Tests if the browser is Chrome.
|
Tests if the browser is Opera.
|
Tests if the browser is Internet Explorer.
|
Returns the version of the browser engine. For WebKit this is an integer e.g., 532.0. For gecko it is a float e.g., 1.8 or 1.9.
|
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8. Note that Internet Explorer 8 and newer will return the document mode so IE8 rendering as IE7 will return 7.
|
Returns the browser minor version e.g., 5 for Firefox 3.5.
See Also: #getBrowserMajorVersion() |
Sets the version for IE based on the documentMode. This is used to return the correct the correct IE version when the version from the user agent string and the value of the documentMode property do not match.
|
Tests if the browser is run on Windows.
|
Tests if the browser is run on Mac OSX.
|
Tests if the browser is run on Linux.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:22 2015 | http://epydoc.sourceforge.net |