Hi,
I am really new to selenium. So now i'm trying to learn webdriver with php but nothing seems to work.
I've tried using the php bindings such as facebook/php-webdriver but it always show an error:
Fatal error: Uncaught exception 'Facebook\WebDriver\Exception\WebDriverCurlException' with message ' in C:\wamp\www\selenium\Test_1\vendor\facebook\webdriver\lib\Remote\HttpCommandExecutor.php on line 286 |
---|
|
and
Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session with params: {"desiredCapabilities":{"browserName":"chrome","platform":"ANY"}} Failed to connect to localhost port 4444: Timed out in C:\wamp\www\selenium\Test_1\vendor\facebook\webdriver\lib\Remote\HttpCommandExecutor.php on line 286
I've followed the instruction and installed the php-bindings and selenium server, the code I'm using is just from facebook/php-bindings. So I really don't know whats happening :(
I also tried other php-bindings but still I'm encountering errors :(
Please help,
Eden