Hello,
I'm following the Readme tutorial, and don't undestand why it is getting stuck when running "
$session->open('http://www.facebook.com');" ?!
No code after that line is executed. Environment: Windows 7, Selenium Server Standalone 2.11, PHP 5.3.8
Below, the simpler complete example:
session('firefox');
// POST /session/:sessionId/url
$session->open('http://www.facebook.com'); // nothing executed after this line
// DELETE /session/:sessionId/window
$session->deleteWindow();
?>
Thanks in advance,
Henrique
Reactions are currently unavailable
Hello,
I'm following the Readme tutorial, and don't undestand why it is getting stuck when running "
$session->open('http://www.facebook.com');" ?!
No code after that line is executed. Environment: Windows 7, Selenium Server Standalone 2.11, PHP 5.3.8
session('firefox'); // POST /session/:sessionId/url $session->open('http://www.facebook.com'); // nothing executed after this line // DELETE /session/:sessionId/window $session->deleteWindow(); ?>Below, the simpler complete example:
Thanks in advance,
Henrique