public final class ChromeTab extends Object
| Constructor and Description |
|---|
ChromeTab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets description.
|
String |
getDevtoolsFrontendUrl()
Gets devtools frontend url.
|
String |
getFaviconUrl()
Gets favicon url.
|
String |
getId()
Gets id.
|
String |
getParentId()
Gets parent id.
|
String |
getTitle()
Gets title.
|
String |
getType()
Gets type.
|
String |
getUrl()
Gets url.
|
String |
getWebSocketDebuggerUrl()
Gets web socket debugger url.
|
boolean |
isPageType()
Returns true if given tab is a page tab.
|
public static final String PAGE_TYPE
public boolean isPageType()
public String getId()
public String getParentId()
public String getDescription()
public String getTitle()
public String getType()
public String getUrl()
public String getDevtoolsFrontendUrl()
public String getWebSocketDebuggerUrl()
public String getFaviconUrl()
Copyright © 2020. All rights reserved.