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

Not able to disable auto profile switching and auto signing feature #142

Open
JangirSumit opened this issue Apr 24, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@JangirSumit
Copy link

Hi Guys,

I want to disable the profile switching and auto-signing with my work profile feature of Edge so that it won't redirect me to my organization URL.
I tried doing so manually but that setting is not getting disabled when I open the browser from the automation

Can we disable these settings from the registry or by using any flags from the code?

@JangirSumit JangirSumit added the bug Something isn't working label Apr 24, 2024
@akumar645
Copy link

I am also facing the same issue.

@jbakeri4
Copy link

This is how I handle it in Java:

static WebDriver driver;
EdgeOptions options = new EdgeOptions();
options.addArguments("--guest");
driver = new EdgeDriver(options);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants