public interface Browser
Modifier and Type | Interface and Description |
---|---|
static interface |
Browser.TabConnector
Tab list item that is fetched from browser.
|
static interface |
Browser.TabFetcher
Helps to fetch currently opened browser tabs.
|
Modifier and Type | Method and Description |
---|---|
Browser.TabFetcher |
createTabFetcher()
Establishes the browser connection and checks for the protocol version
supported by the remote, then creates object that downloads list of tabs.
|
Browser.TabFetcher createTabFetcher() throws java.io.IOException, UnsupportedVersionException
java.io.IOException
- if there was a transport layer errorUnsupportedVersionException
- if the SDK protocol version is not
compatible with that supported by the browserCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.