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

Missing preferences on firefox profiles #34

Closed
tbernardes opened this issue Sep 17, 2013 · 2 comments
Closed

Missing preferences on firefox profiles #34

tbernardes opened this issue Sep 17, 2013 · 2 comments
Assignees

Comments

@tbernardes
Copy link
Contributor

  1. Firefox profile must allow untrusted certificates. This can be done in code as:

FirefoxProfile profile = new FirefoxProfile();
profile.setAcceptUntrustedCertificates(true);

  1. Firefox profile must have its language set according to the subsidiary for which the test is running. This can be done in code as:

profile.setPreference("intl.accept_languages", "XX");

where XX is the country’s ISO code. For each subsidiary the ISO code should be like the following:
Default – en
BE – fr-be
CH – fr-ch
ES – es
FR – fr
IT – it
PT – pt
RU – ru
UK – gb
VI – en

@ghost ghost assigned tbernardes Sep 17, 2013
@tbernardes
Copy link
Contributor Author

committed to QA

@tbernardes
Copy link
Contributor Author

Tested by Carlos with tests in RU and labels appears in the correct language

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