Skip to content

Session [(null externalkey)] not available and is not among the last 1000 terminated sessions. Active sessions are[ext. key xa154aa5-4bef-41c1-a0b8-610c462493a6] #578

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions