|
565 | 565 |
|
566 | 566 | ## Video recording
|
567 | 567 |
|
568 |
| -Tests execution can be recorded by using the `selenium/video:ffmpeg-7.1.1-20250323` |
| 568 | +Tests execution can be recorded by using the `selenium/video:ffmpeg-7.1.1.1-20250323` |
569 | 569 | Docker image. One container is needed per each container where a browser is running. This means if you are
|
570 | 570 | running 5 Nodes/Standalone containers, you will need 5 video containers, the mapping is 1-1.
|
571 | 571 |
|
@@ -596,7 +596,7 @@ This example shows how to start the containers manually:
|
596 | 596 | ``` bash
|
597 | 597 | $ docker network create grid
|
598 | 598 | $ docker run -d -p 4444:4444 -p 6900:5900 --net grid --name selenium --shm-size="2g" selenium/standalone-chrome:4.30.0-20250323
|
599 |
| -$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-7.1.1-20250323 |
| 599 | +$ docker run -d --net grid --name video -v /tmp/videos:/videos selenium/video:ffmpeg-7.1.1.1-20250323 |
600 | 600 | # Run your tests
|
601 | 601 | $ docker stop video && docker rm video
|
602 | 602 | $ docker stop selenium && docker rm selenium
|
@@ -650,7 +650,7 @@ Besides the video recording mentioned above, you can enable the upload functiona
|
650 | 650 | ```yaml
|
651 | 651 | services:
|
652 | 652 | chrome_video:
|
653 |
| - image: selenium/video:ffmpeg-7.1.1-20250323 |
| 653 | + image: selenium/video:ffmpeg-7.1.1.1-20250323 |
654 | 654 | depends_on:
|
655 | 655 | - chrome
|
656 | 656 | environment:
|
@@ -744,7 +744,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
|
744 | 744 | # Linux: varies from machine to machine, please mount /var/run/docker.sock. If this does not work, please create an issue.
|
745 | 745 | url = "http://127.0.0.1:2375"
|
746 | 746 | # Docker image used for video recording
|
747 |
| -video-image = "selenium/video:ffmpeg-7.1.1-20250323" |
| 747 | +video-image = "selenium/video:ffmpeg-7.1.1.1-20250323" |
748 | 748 |
|
749 | 749 | # Uncomment the following section if you are running the node on a separate VM
|
750 | 750 | # Fill out the placeholders with appropriate values
|
@@ -901,7 +901,7 @@ configs = [
|
901 | 901 | # Linux: varies from machine to machine, please mount /var/run/docker.sock. If this does not work, please create an issue.
|
902 | 902 | url = "http://127.0.0.1:2375"
|
903 | 903 | # Docker image used for video recording
|
904 |
| -video-image = "selenium/video:ffmpeg-7.1.1-20250323" |
| 904 | +video-image = "selenium/video:ffmpeg-7.1.1.1-20250323" |
905 | 905 |
|
906 | 906 | # Uncomment the following section if you are running the node on a separate VM
|
907 | 907 | # Fill out the placeholders with appropriate values
|
|
0 commit comments