- Jenka156
- Posts : 8
Join date : 2011-08-29
Age : 35
Location : Russia
could not connect to selenium rc server
Mon Sep 05, 2011 6:28 pm
hi! can somebody help me with this problem?
there is one page, which loading almost 3 minutes.
I set huge timeout in SetUp function:
and use such timeout when this page loading (waitForPageToLoad(600000)).
But it's doesn't help me. everytime, when loading time more than 45 sec, my test fail with error:
PHPUnit_Framework_Exception: Could not connect to the Selenium RC server.
(note: if loading time less than 45 sec there is no error and tests works)
I use Selenium RC 1.0 + phpUnit 3.5.14 + NetBeans IDE 6.9.1
I use selenium server separately from NetBeans (built-in server turns off).
there is one page, which loading almost 3 minutes.
I set huge timeout in SetUp function:
- Code:
function setUp() {
$this->setBrowser("*firefox");
$this->setBrowserUrl("http://beta.test.lan");
$this->setTimeout(600000); }
and use such timeout when this page loading (waitForPageToLoad(600000)).
But it's doesn't help me. everytime, when loading time more than 45 sec, my test fail with error:
PHPUnit_Framework_Exception: Could not connect to the Selenium RC server.
(note: if loading time less than 45 sec there is no error and tests works)
I use Selenium RC 1.0 + phpUnit 3.5.14 + NetBeans IDE 6.9.1
I use selenium server separately from NetBeans (built-in server turns off).
Re: could not connect to selenium rc server
Tue Sep 13, 2011 6:52 pm
Hi,
try to use wait command supported by PHP language, If the default selenium command is not working.
Re: could not connect to selenium rc server
Wed Sep 14, 2011 6:57 pm
use sleep(waittime). This works fine. I have used this in one of the (Selenium+PHP+PHPUnit) framework I worked on.
- faramkaProfessional
- Posts : 143
Join date : 2011-09-15
Location : Poland
Re: could not connect to selenium rc server
Thu Sep 15, 2011 2:44 pm
I had the same problem and using sleep() really help me to solve it. Thanks selftechy!
- [error] Could not connect to Selenium Server. Have you started the Selenium Server yet?
- Why I cannot connect to server using selenium and spring?
- Selenium webdriver Error - "Could not contact Selenium Server".
- how to connect DB in selenium webriver
- Is it possible to connect our source code with selenium RC scripts
Permissions in this forum:
You cannot reply to topics in this forum