1 Reply Latest reply on Apr 16, 2013 8:13 AM by pmensik

    Unable connect to Firefox on port 7055 during Selenium test

    pmensik

      I recently ran into this exception, I know it is usually connected with old version of Selenium which doesn't support newest Firefox, so I updated to 2.32.0 and it is still not working.

       

      Full stack trace can be found on http://pastebin.com/Q4iJsaFK.

       

      My arquillian.xml lookes like

          <engine>

              <property name="deploymentExportPath">target/</property>

          </engine>

       

          <container qualifier="jbossportal-remote" default="true">

          </container>

       

          <extension qualifier="graphene">

              <property name="browser">*firefox</property>

              <property name="contextRoot">http://localhost:8080/</property>

              <property name="seleniumTimeoutAjax">7000</property>

              <property name="seleniumMaximize">true</property>

              <property name="seleniumPort">8444</property>

              <property name="seleniumHost">localhost</property>

          </extension>

       

          <extension qualifier="webdriver">

              <property name="browserCapabilities">firefox</property>

          </extension>

       

      I also use Graphene and Drone extensions for functional testing. I also attach my pom.xml in case it will be any help.

       

      Thanks for any help.