Questions tagged [selenium]

Selenium is an open source, cross platform framework for automatic testing of web applications.

44 questions
2
votes
1 answer

How Can I Configure Selenium grid to test website in parallel?

I want to use selenium grid for my web page testing. I have successfully installed the demo of selenium grid on my PC and it is running fine. I have followed this link to install and run the selenium grid demo. I am trying to code a java program…
0
votes
1 answer

Setting up Selenium and PHPUnit on Ubuntu16

I'm trying to setup Selenium to run with a PHP binding. I keep getting this message: PHP Fatal error: Uncaught Facebook\WebDriver\Exception\UnknownServerException: The path to the driver executable must be set by the webdriver.gecko.driver system…