Skip to content

ChromeCliPageWindowLauncher

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:314

CLI page window launcherです。

readonly closeFocusedCliPageWindow: (url) => Promise<boolean>

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:316

Focus中のCLI pageを閉じます。

string

Promise<boolean>


readonly openCliPageWindow: (url) => Promise<void>

Defined in: infrastructure/chrome/cli-page-window-adapter.ts:318

CLI pageを別windowで開きます。

string

Promise<void>

Last updated: