Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Getting error while trying to launch firefox in Linux systems through selenium webdriver in a specific language

  • 3 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as below: FirefoxOptions firefoxOptions = new FirefoxOptions(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "<language_code>"); firefoxOptions.setProfile(firefoxProfile); firefoxOptions.setHeadless(isHeadless); driver = new FirefoxDriver(firefoxOptions);

I am getting the below error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "")

Additional details: OS: Linux Firefox version: 91.11.0 Gecko driver version: 0.31.0 Selenium version: 4.1.4


Kindly help.

I am trying trying to launch firefox in Linux systems through selenium webdriver in a specific language. I have created a profile and using "intl.accept_languages" as below: FirefoxOptions firefoxOptions = new FirefoxOptions(); FirefoxProfile firefoxProfile = new FirefoxProfile(); firefoxProfile.setPreference("intl.accept_languages", "<language_code>"); firefoxOptions.setProfile(firefoxProfile); firefoxOptions.setHeadless(isHeadless); driver = new FirefoxDriver(firefoxOptions); I am getting the below error: Region.jsm: "Failed to fetch region" (new TypeError("NetworkError when attempting to fetch resource.", "") Additional details: OS: Linux Firefox version: 91.11.0 Gecko driver version: 0.31.0 Selenium version: 4.1.4 Kindly help.

모든 댓글 (3)

more options

Close Firefox. pgrep firefox. kill the processes you found, or kill -KILL them if they don't die. Double-check for the presence of parent. lock under ~/. mozilla/firefox (delete it if it's there). Start firefox again.

Hope this helps, Jimmy

more options

techguy150 said

Close Firefox. pgrep firefox. kill the processes you found, or kill -KILL them if they don't die. Double-check for the presence of parent. lock under ~/. mozilla/firefox (delete it if it's there). Start firefox again. Hope this helps, Jimmy

I have multiple tests for different languages which are running through jenkins pipeline. Do I have to perform the above steps just once before the pipeline is triggered? I

more options

Maybe try the subreddit Selenium forum.