Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9275367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T16:34:24+00:00 2026-06-18T16:34:24+00:00

I have just installed the Selenium Grid plugin for Jenkins and beginning to explore

  • 0

I have just installed the Selenium Grid plugin for Jenkins and beginning to explore distributing tests with it. I have created a simple test that just opens a browser, gets a url, and then closes the browser. This seems to work for Chrome (on Mac) and IE (on Windows) but for some reason when using Firefox 18.0.2 on Mac, I see the browser window open but the url I’m supposed to load never shows up in the url bar and things hang and I get an error:

WebDriverException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:

It is hanging somewhere in the constructor to create the RemoteDriver. I added a trace statement right after the constructor and the code never gets there.

The weird thing is the test executes just fine if I start up a local Selenium Grid node on the same machine that fails and direct my tests there instead of the Jenkins Selenium Grid hub. So it seems to potentially be an issue with how I set up the Jenkins node but I can’t figure out how to troubleshoot this. Any help would be appreciated.

My code is something like this:

WebDriver driver = null;

public Browser(String gridUrl) {
     driver = makeFirefox(gridUrl);
     driver.get(url);
}


private WebDriver makeFirefox(String gridUrl) {

      FirefoxProfile prof = new FirefoxProfile();
      prof.setEnableNativeEvents(true);

      DesiredCapabilities capabilities = DesiredCapabilities.firefox();
      capabilities.setCapability(FirefoxDriver.PROFILE, prof);

      WebDriver driver = null;
      try{
         driver = new RemoteWebDriver(new URL(gridUrl), capabilities);
      } catch (MalformedURLException e) {
         e.printStackTrace();
      }

      return driver;
   }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T16:34:25+00:00Added an answer on June 18, 2026 at 4:34 pm

    For anyone who runs into this, I was able to at least temporarily “solve” the problem by downgrading to Firefox 17. Things work fine there, just not Firefox 18.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just installed composer in my /usr/bin folder, so when from that folder
I have just installed Git For Windows , and created my SSH key using
I have just installed that latest stable release of TortoiseSVN on Windows Server 2003
I have just installed Microsoft Robotics Studio 2008 R2, and I must admit that
I have just installed XAMPP and everything works fine except that I can't get
Just as the title says I have a copy of Selenium - installed from
I have just installed dexterity into our office's intranet site so that I can
I have just installed the IMP plugin for Eclipse but the IMP menus don't
I have just installed a program on my pc and after that, an animated
I have just installed leksah following the user manual . The manual says that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.