Hello,
I run a
test case and I receive a error like this:
[11:38:31.769] - Listening on
http://localhost:7070/
May 26, 2017 11:38:33 AM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: OSS
Unknown error (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 12.22 seconds
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'TERMINATOR', ip: '192.168.1.109', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_131'
Driver info: org.openqa.selenium.edge.EdgeDriver
Capabilities [{applicationCacheEnabled=true, pageLoadStrategy=normal, platform=ANY, acceptSslCerts=true, browserVersion=38.14393.1066.0, platformVersion=10, locationContextEnabled=true, webStorageEnabled=true, browserName=MicrosoftEdge, takesScreenshot=true, takesElementScreenshot=true, javascriptEnabled=true, platformName=windows}]
Session ID: 94FC050F-5712-4DF1-AB07-7BDBB566AB79
*** Element info: {Using=id, value=login-username}
[11:38:48.608] - Stopping server.
What is your opinion about 'Unknown error'?
In my setup method I have:
It is very frustrating to see such error.
Maybe I am not catch the right exception.
My catch block is
in my test method.
What do you think about?
Thanks a lot.