public static interface Browser.TabConnector
Modifier and Type | Method and Description |
---|---|
BrowserTab |
attach(TabDebugEventListener listener)
Attaches to the related tab debugger.
|
java.lang.String |
getUrl() |
boolean |
isAlreadyAttached() |
java.lang.String getUrl()
boolean isAlreadyAttached()
BrowserTab attach(TabDebugEventListener listener) throws java.io.IOException, MethodIsBlockingException
listener
- to report the debug events toMethodIsBlockingException
- because initialization implies couple of remote calls
(to request version etc)java.io.IOException
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.