Tabs
Value members
Concrete methods
def captureVisibleTab(windowId: UndefOr[Id], options: UndefOr[CaptureOptions], callback: UndefOr[Function1[String, _]]): Unit
def executeScript(tabId: UndefOr[Id], details: CodeInjectionOptions, callback: UndefOr[Function1[UndefOr[Array[Any]], _]]): Unit
def insertCSS(tabId: UndefOr[Id], details: CodeInjectionOptions, callback: UndefOr[Function0[_]]): Unit
def move(tabIds: Any, moveProperties: MoveProperties, callback: UndefOr[Function1[Tab | Array[Tab], _]]): Unit
def reload(tabId: UndefOr[Id], reloadProperties: ReloadProperties, callback: UndefOr[Function0[_]]): Unit
def sendMessage(tabId: Id, message: Any, options: UndefOr[MessageOptions], responseCallback: UndefOr[Function1[Any, _]]): Unit
def update(tabId: UndefOr[Id], updateProperties: UpdateProperties, callback: UndefOr[Function1[UndefOr[Tab], _]]): Unit