Skip to content

ChromeCliPageWindowLauncher

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

CLI page window launcherです。

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

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

Focus中のCLI pageを閉じます。

string

Promise<boolean>


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

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

CLI pageを別windowで開きます。

string

Promise<void>