mardi 11 juin 2019

I am running test and it is opening tabs in chrome but throwing errors because it is not able to create a session

I am trying to run a test suite and I am getting an error. it is opening new tabs but they are staying blank...

This is the error:

[Dashboard Admin Widget Spec] Test Suite
========================================
   Response 500 POST /wd/hub/session (2846ms)
   { value:
      { error:
         [ '  "desiredCapabilities": {',
           '    "nativeEvents": true,',
           '    "acceptSslCerts": true,',
           '    "elementScrollBehavior": 1,',
           '    "name": "Dashboard Admin Widget Spec",',
           '    "browserName": "chrome",',
           '    "javascriptEnabled": true,',
           '    "platform": "ANY"',
           '  },',
           '  "capabilities": {',
           '    "firstMatch": [',
           '      {',
           '        "browserName": "chrome"',
           '      }',
           '    ]',
           '  }',
           '}',
           'Build info: version: \'3.141.59\', revision: \'e82be7d358\', time: \'2018-11-14T08:25:53\'',
           'System info: host: \'goss02\', ip: \'10.0.75.1\', os.name: \'Windows 10\', os.arch: \'amd64\', os.version: \'10.0\', java.version: \'1.8.0_202\'',
           'Driver info: driver.version: unknown' ],
        message: 'Unable to create session from {' },
     status: 33 }
   An error occurred while retrieving a new session: "Unable to create session from {"
       at endReadableNT (_stream_readable.js:1125:12)
       at process._tickCallback (internal/process/next_tick.js:63:19)


Not sure what to do at this point to get it to run the test properly.

Aucun commentaire:

Enregistrer un commentaire