feat: add browser launch --args, --user-agent, --proxy-bypass configuration support. (#35)
* feat: add browser launch args, user-agent, and proxy configuration support * fix: User Agent env need added * fix: command pass error --------- Co-authored-by: Chris Tate <chris@ctate.dev>
This commit is contained in:
@@ -23,6 +23,8 @@ export interface LaunchCommand extends BaseCommand {
|
||||
username?: string;
|
||||
password?: string;
|
||||
};
|
||||
args?: string[];
|
||||
userAgent?: string;
|
||||
provider?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user