The problem
The tests worked successfully before i update of the selenium plugin for jenkins. The tests run locally in the selenium-standalone. But unfortunately not in the selenium grid.
public function setUp() : void {
$desiredCapabilities = DesiredCapabilities::firefox();
$this->Driver = RemoteWebDriver::create( 'http://JENKINS_URL:4444/wd/hub', $desiredCapabilities );
}
public function tearDown() : void {
if ( $this->Driver ) {
$this->Driver->quit();
}
}
Details
- Php-webdriver version: 1.6.0
- PHP version: 7.1
- Selenium server version: 3.7.1
- Operating system: Linux
- Browser used + version: 58.0.1