Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox not picking up the locale passed through the header through selenium preferences in Linux system

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

I am trying to set the Firefox language to French in Linux system using the below code(Before running the above code, I am setting the system language to fr_FR): FirefoxOptions firefoxOptions = new FirefoxOptions(); firefoxOptions.setHeadless(isHeadless); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "fr-FR"); firefoxOptions.setProfile(firefoxProfile); driver = new FirefoxDriver(firefoxOptions);

But Firefox Accept-Languages header shows just "fr" as the code.

I need Firefox to pick up both the code and the region i.e. "fr-FR".

Please help.

I am trying to set the Firefox language to French in Linux system using the below code(Before running the above code, I am setting the system language to fr_FR): FirefoxOptions firefoxOptions = new FirefoxOptions(); firefoxOptions.setHeadless(isHeadless); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "fr-FR"); firefoxOptions.setProfile(firefoxProfile); driver = new FirefoxDriver(firefoxOptions); But Firefox Accept-Languages header shows just "fr" as the code. I need Firefox to pick up both the code and the region i.e. "fr-FR". Please help.

すべての返信 (1)

more options

Maybe try the subreddit Selenium forum.