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

[functional testing] Determine how to handle TB initial startup window #3487

Closed
redshiftzero opened this issue May 30, 2018 · 2 comments
Closed
Assignees

Comments

@redshiftzero
Copy link
Contributor

redshiftzero commented May 30, 2018

When Tor Browser starts for the first time, a window pops up asking the user some questions (e.g. should Tor use a bridge, etc.). We need to programmatically click buttons on this window or suppress it in order to use Tor Browser for functional testing.

Epic: #3659

@msheiny
Copy link
Contributor

msheiny commented Jun 29, 2018

seems like those settings are stored in the user profile which from an unpacked tar is TorBrowser/Data/Browser/profile.default. from there I see a bunch of settings configured in prefs.js this one in particular (i'm sure there are others) is of note extensions.torlauncher.prompt_at_startup --> false

@eloquence
Copy link
Member

Done in feature branch via #3628.

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

4 participants