
public static interface Browser.Info
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isGecko()Indicates whether the browser is a supported version of Gecko. | 
| boolean | isLinux()Indicates whether the platform is Linux. | 
| boolean | isMac()Indicates whether the platform is Macintosh. | 
| boolean | isSupported()Indicates whether the browser is one of the supported browsers. | 
| boolean | isWebKit()Indicates whether the browser is a supported version of WebKit. | 
| boolean | isWindows()Indicates whether the platform is Windows. | 
boolean isGecko()
boolean isLinux()
boolean isMac()
boolean isSupported()
boolean isWebKit()
boolean isWindows()
Copyright © 2018. All rights reserved.