mirror of https://github.com/openclaw/openclaw.git
fix: add clawd to BrowserDriverType union in types.browser.ts
This commit is contained in:
parent
2b5ef72042
commit
a0941fd328
|
|
@ -4,7 +4,7 @@ export type BrowserProfileConfig = {
|
|||
/** CDP URL for this profile (use for remote Chrome). */
|
||||
cdpUrl?: string;
|
||||
/** Profile driver (default: openclaw). */
|
||||
driver?: "openclaw" | "extension";
|
||||
driver?: "openclaw" | "clawd" | "extension";
|
||||
/** If true, never launch a browser for this profile; only attach. Falls back to browser.attachOnly. */
|
||||
attachOnly?: boolean;
|
||||
/** Profile color (hex). Auto-assigned at creation. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue