Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a0e51f4a6 | ||
|
|
6eafe50952 |
@@ -18,9 +18,9 @@ git clone https://github.com/vercel-labs/agent-browser
|
|||||||
cd agent-browser
|
cd agent-browser
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm build
|
pnpm build
|
||||||
pnpm build:native
|
pnpm build:native # Requires Rust (https://rustup.rs)
|
||||||
./bin/agent-browser install
|
pnpm link --global # Makes agent-browser available globally
|
||||||
pnpm link --global
|
agent-browser install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux Dependencies
|
### Linux Dependencies
|
||||||
|
|||||||
@@ -901,6 +901,7 @@ mod tests {
|
|||||||
debug: false,
|
debug: false,
|
||||||
headers: None,
|
headers: None,
|
||||||
executable_path: None,
|
executable_path: None,
|
||||||
|
cdp: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user