feat: add remote CDP browser support
This commit is contained in:
@@ -169,10 +169,13 @@ describe("browser client", () => {
|
||||
running: true,
|
||||
pid: 1,
|
||||
cdpPort: 18792,
|
||||
cdpUrl: "http://127.0.0.1:18792",
|
||||
chosenBrowser: "chrome",
|
||||
userDataDir: "/tmp",
|
||||
color: "#FF4500",
|
||||
headless: false,
|
||||
noSandbox: false,
|
||||
executablePath: null,
|
||||
attachOnly: false,
|
||||
}),
|
||||
} as unknown as Response;
|
||||
|
||||
Reference in New Issue
Block a user