Added started log message used in Selenium 4.0.0#4580
Added started log message used in Selenium 4.0.0#4580rnorth merged 1 commit intotestcontainers:masterfrom
Conversation
|
Thanks for providing this PR. |
|
I updated Selenium to 4.0.0 on my project and the Example of container logs for |
| public void testAdditionalStartupString() { | ||
| final DockerImageName imageName = DockerImageName | ||
| .parse("selenium/standalone-chrome-debug") | ||
| .parse("selenium/standalone-chrome") |
There was a problem hiding this comment.
I'm surprised by this - do we not need to be using -debug? 😅
There was a problem hiding this comment.
The -debug images are gone with Selenium 4. The vnc server is now integrated in the normal images.
There was a problem hiding this comment.
Cool, thanks for the clarification - you saved me some research!
rnorth
left a comment
There was a problem hiding this comment.
Approved, as this should help users of Selenium 4.0.0.
|
Thank You! |
No description provided.