Questions tagged [facebook-php-webdriver]

35 questions
0
votes
1 answer

How to download a file with the PHP Webdriver for Selenium on Firefox 58++

I been trying to download a file with latests versions of Firefox using the PHP Webdriver for Selenium but I cannot make it work. This is the code I have in my phpunit bootstrap.php file for the WebDriver configuration for Firefox: $profile = new…
Luciano Graziani
  • 521
  • 1
  • 8
  • 19
0
votes
1 answer

I've been trying to set system property for chrome driver in php through command prompt

java -Dwebdriver.chrome.driver=C:\xampp\htdocs\seleniumtest\chromedriver.exe -jar selenium-server-standalone-2.53.1.jar but im getting The filename, directory name, or volume label syntax is incorrect. can someone help me through this
Harish
  • 29
  • 7
0
votes
1 answer

Unable to run php selenium webdriver for firefox 55

In my ubuntu 16.04, When i run php webdriver sample, it open selenium home page, and in console it throws following error PHP Fatal error: Uncaught Facebook\WebDriver\Exception\UnrecognizedExceptionException: Failed to convert secure to boolean …
Nest
  • 341
  • 4
  • 23
-1
votes
2 answers

Selenium facebook webdriver error

I am trying to run facebook/php-webdriver package, but I am stuck in this stage. It works fine in my localhost, but in my Ubuntu server, after some wait I get this error Curl error thrown for http POST to /session with params: …
Cowgirl
  • 1,454
  • 5
  • 19
  • 40
-1
votes
2 answers

Selenium Webdriver with PHP - Chrome

Recently, I am using Firefox with version 35(I have downgraded it) and the combination of selenium-server-standalone-2.53.1.jar which is not latest yet.It is working. I am using Facebook Webdriver with PHP Bindings to run my selenium scripts. Now If…
1 2
3