Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support open chrome in incognito mode #16462

Open
4 tasks done
forhot2000 opened this issue Apr 19, 2024 · 0 comments
Open
4 tasks done

support open chrome in incognito mode #16462

forhot2000 opened this issue Apr 19, 2024 · 0 comments

Comments

@forhot2000
Copy link

Description

now, if we want to open in incognito mode, we should set env BROWSER='google chrome' BROWSER_ARGS='--incognito', it is too long, and it not cross platform, we should set BROWSER='google chrome' in macos, and set BROWSER='chrome' in windows.

the new open library is support 'browserPrivate' to open default browser in incognito mode, if use the latest open library, we just need set env BROWSER=browserPrivate to open in incognito mode.

references:

Suggested solution

update open library to latest version

Alternative

No response

Additional context

No response

Validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant