Как запустить Codeception в Opera Browser

При запуске теста выдает ошибку:

[Facebook\WebDriver\Exception\SessionNotCreatedException] Unable to create session from {
 "desiredCapabilities": {
"browserName": "opera"
},
"capabilities": {
"firstMatch": [
  {
    "browserName": "opera"
  }
]
  }
}

Driver info: driver.version: unknown

При этом браузер открывается, но никаких действий не происходит.
Мой acceptance.suite.yaml:

  opera:
modules:
  config:
    PhpBrowser:
      url: 'https://sample.com/'
    WebDriver:
      url: 'https://samlpe.com/'
      window_size: 1900x1080 # for fullscreen shots
      port: 17570
      browser: opera # 'chrome' or 'firefox'  

Запускаю сервер командой:

 java "-Dwebdriver.opera.driver=C:\Users\user\Desktop\Auto\qa-tests\Codeception\operadriver.exe" -jar "C:\Users\user\Desktop\Auto\qa-tests\Codeception\selenium-server-standalone-3.14.0.jar" -port 17570 
  • для MicrosoftEdge
    #capabilities:
    args: [ ‘–no-sandbox’ ]
    WebDriver для опера скачивал с github