chore: experimental agent mode (#516)
This commit is contained in:
parent
9728527900
commit
0fb9646c4d
12 changed files with 693 additions and 190 deletions
5
config.d.ts
vendored
5
config.d.ts
vendored
|
|
@ -23,6 +23,11 @@ export type Config = {
|
|||
* The browser to use.
|
||||
*/
|
||||
browser?: {
|
||||
/**
|
||||
* Use browser agent (experimental).
|
||||
*/
|
||||
browserAgent?: string;
|
||||
|
||||
/**
|
||||
* The type of browser to use.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue