Chrome driver opens and quits immediately in protractor typescript with cucumber #5349
Description
[09:10:06] I/launcher - Running 1 instances of WebDriver
[09:10:06] I/hosted - Using the selenium server at http://localhost:4444/wd/hub
Started
No specs found
Finished in 0.005 seconds
[09:10:08] I/launcher - 0 instance(s) of WebDriver still running
[09:10:08] I/launcher - chrome #1 passed
In other window where selenium server is up and running it gives the below message:
Starting ChromeDriver 78.0.3904.11 (eaaae9de6b8999773fa33f92ce1e1bbe294437cf-refs/branch-heads/3904@{#86}) on port 34887
Only local connections are allowed.
Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
09:10:08.773 INFO [ProtocolHandshake.createSession] - Detected dialect: W3C
09:10:08.773 INFO [RemoteSession$Factory.lambda$performHandshake$0] - Started new session 1f3bce163c62c6fa4fd0a57b146a21e4 (org.openqa.selenium.chrome.ChromeDriverService)
09:10:08.914 INFO [ActiveSessions$1.onStop] - Removing session 1f3bce163c62c6fa4fd0a57b146a21e4 (org.openqa.selenium.chrome.ChromeDriverService)