|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Utils
Interface for accessing the browser's meta- and utility information, such as the operating system it's running on, its user agent string, &c.
| Method Summary | |
|---|---|
java.lang.String |
getBinaryPath()
The full path to the currently running binary. |
java.lang.String |
getCoreVersion()
Which Core version this instance of the browser is using, e.g. |
java.lang.String |
getOS()
A string which describes the operating system, e.g. |
int |
getPID()
The ID of the process we're currently talking to. |
java.lang.String |
getProduct()
A string which describes the product. |
java.lang.String |
getUserAgent()
The User-Agent string. |
| Method Detail |
|---|
java.lang.String getCoreVersion()
java.lang.String getOS()
java.lang.String getProduct()
java.lang.String getBinaryPath()
java.lang.String getUserAgent()
Opera/9.80 (Windows NT 6.1; U; en)
Presto/2.7.62 Version/11.01.
int getPID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||