--
You received this message because you are subscribed to the Google Groups "chromedevtools-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromedevtools-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
public static void main(String[] args) throws IOException, UnsupportedVersionException {
Browser browser = BrowserFactory.getInstance().create(new InetSocketAddress("localhost", 9222), null);
TabFetcher tabFetcher = browser.createTabFetcher();
List<? extends TabConnector> tabList = tabFetcher.getTabs();
BrowserTab tab = tabList.get(0).attach(new TabDebugEventListener() {