Returns the current browser version. @return the current browser version
()
| 968 | * @return the current browser version |
| 969 | */ |
| 970 | public BrowserVersion getBrowserVersion() { |
| 971 | return browserVersion_; |
| 972 | } |
| 973 | |
| 974 | /** |
| 975 | * Returns the "current" window for this client. This window (or its top window) will be used |
no outgoing calls