public static interface Browser.TabFetcher
#dismiss
should be called to release
connection.Modifier and Type | Method and Description |
---|---|
void |
dismiss()
Should release connection.
|
java.util.List<? extends Browser.TabConnector> |
getTabs()
Retrieves all browser tabs currently opened.
|
java.util.List<? extends Browser.TabConnector> getTabs() throws java.io.IOException, java.lang.IllegalStateException
java.io.IOException
- if there was a transport layer failurejava.lang.IllegalStateException
- if this method is called while another
invocation of the same method is in flight, or the Browser instance
is not connectedvoid dismiss()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.