Questions tagged [php-webdriver]

php-webdriver – Selenium WebDriver bindings for PHP

Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.

The library is compatible with Selenium server version 2.x, 3.x and 4.x and supports JsonWireProtocol and also implements experimental support of W3C WebDriver.

The concepts of this library are very similar to the "official" Java, .NET, Python and Ruby bindings from the [Selenium project][3].

19 questions
0
votes
0 answers

cannot run my automation script on a hosted webserver with php-webdriver

I need to automate downloading a csv file from my webserver. I am trying to complete this task with selenium for php. I wrote this script and it runs fine on my local machine, it runs, logs in to my admin panel and downloads the file without any…
0
votes
0 answers

facebook/php-webdriver exception Failed to read marionette port (Firefox 109.0.1 - GeckoDriver 0.32 Debian-10)

I am trying to use php-webdriver with Laravel 8 on an AWS LigthSail instance that comes with Debian 10 installed. I am using Firefox(109.0.1) and Geckodriver(0.32). The code that needs to run will represent a Job that will be scheduled to run daily,…
LTanase
  • 197
  • 2
  • 15
0
votes
0 answers

PHP-Webdriver how to get Text from Span Tag

This is a span tag which I have:
Pir
  • 1
  • 1
0
votes
2 answers

PHP Webdriver - Get Firefox PID in Linux / Windows

Good morning all, PHP Webdriver (Facebook) - Is there any way I can get the PID (Linux, Centos 7) of the currently lunched browser (Firefox) during the session?
Hawknskola
  • 99
  • 1
  • 2
  • 6
1
2