Skip to content

Commit 2d92f9b

Browse files
committed
Update README.md
1 parent 9211d1c commit 2d92f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
88
* It uses [Selenium's video recorder](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/README.md#video-recording)
99
* Doesn't require VNC
1010
* No VNC Server started in the browser container (unless explicitly stated) → Saves memory
11-
* Uses [Selenium's implementation](https://github.com/SeleniumHQ/docker-selenium/tree/trunk/Video) and isn't based on [some python code from 2010](https://www.unixuser.org/~euske/python/vnc2flv/index.html)
11+
* Uses [Selenium's implementation](https://github.com/SeleniumHQ/docker-selenium/tree/trunk/Video) and isn't [based](https://github.com/testcontainers/vnc-recorder) on [some python code from 2010](https://pypi.org/project/vnc2flv/#history)
1212
* Way more customization options for e.g. ``framerate``, ``codec``, ``preset`` ...
1313
* Uses ``mp4`` as default recording format (wider support in comparison to ``flv``)
1414
* [Renders while saving the video](https://github.com/SeleniumHQ/docker-selenium/blob/4c572afd1173b5bd49fa2def3b54ea552fccee85/Video/video.sh#L126) (not when finished which takes additional time)
@@ -18,7 +18,7 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
1818
* Improve creation of video filenames
1919
* Removed hard dependency on Selenium-Java.<br/>Only required when using ``CapabilitiesBrowserWebDriverContainer``
2020
* Everything can be ``@Override``n if required
21-
* Caches automatic Selenium version detection via classpath
21+
* Caches "Selenium version detection via classpath" so that it's not invoked everytime you build a new container
2222

2323
## Installation
2424
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-java-selenium/releases/latest#Installation)

0 commit comments

Comments
 (0)