You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ A re-implementation of [Testcontainer Selenium/WebDriver](https://java.testconta
8
8
* It uses [Selenium's video recorder](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/README.md#video-recording)
9
9
* Doesn't require VNC
10
10
* 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)
12
12
* Way more customization options for e.g. ``framerate``, ``codec``, ``preset`` ...
13
13
* Uses ``mp4`` as default recording format (wider support in comparison to ``flv``)
14
14
*[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
18
18
* Improve creation of video filenames
19
19
* Removed hard dependency on Selenium-Java.<br/>Only required when using ``CapabilitiesBrowserWebDriverContainer``
20
20
* 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
22
22
23
23
## Installation
24
24
[Installation guide for the latest release](https://github.com/xdev-software/testcontainers-java-selenium/releases/latest#Installation)
0 commit comments