return description.title();
}
@Override
public WipBrowserTab attach(TabDebugEventListener listener) throws IOException {
LoggerFactory connectionLoggerFactory = browserImpl.getConnectionLoggerFactory();
ConnectionLogger connectionLogger;
if (connectionLoggerFactory == null) {
connectionLogger = null;
} else {
connectionLogger = connectionLoggerFactory.newTabConnectionLogger();
}
String webSocketDebuggerUrl = description.webSocketDebuggerUrl();
if (webSocketDebuggerUrl == null) {
throw new IOException("Tab is already attached");