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
*[Increasing session concurrency per container](#increasing-session-concurrency-per-container)
58
+
*[Running in Headless mode](#running-in-headless-mode)
59
+
*[Stopping the Node/Standalone after N sessions have been executed](#stopping-the-nodestandalone-after-n-sessions-have-been-executed)
56
60
*[Building the images](#building-the-images)
57
61
*[Waiting for the Grid to be ready](#waiting-for-the-grid-to-be-ready)
62
+
*[Adding a HEALTHCHECK to the Grid](#adding-a-healthcheck-to-the-grid)
63
+
*[Using a bash script to wait for the Grid](#using-a-bash-script-to-wait-for-the-grid)
64
+
*[Install certificates for Chromium-based browsers](#install-certificates-for-chromium-based-browsers)
65
+
*[Alternative method: Add certificates to existing Selenium based images for browsers](#alternative-method-add-certificates-to-existing-selenium-based-images-for-browsers)
58
66
*[Debugging](#debugging)
59
-
*[Install certificates for Chromium based browsers](#install-certificates-for-Chromium-based-browsers)
67
+
*[Using a VNC client](#using-a-vnc-client)
68
+
*[Using your browser (no VNC client is needed)](#using-your-browser-no-vnc-client-is-needed)
69
+
*[Disabling VNC](#disabling-vnc)
60
70
*[Tracing in Grid](#tracing-in-grid)
61
71
*[Troubleshooting](#troubleshooting)
62
-
72
+
*[`--shm-size="2g"`](#--shm-size2g)
73
+
*[Headless](#headless)
74
+
*[Mounting volumes to retrieve downloaded files](#mounting-volumes-to-retrieve-downloaded-files)
75
+
*[Mounting volumes to retrieve video files](#mounting-volumes-to-retrieve-video-files)
76
+
<!-- TOC -->
63
77
64
78
## Quick start
65
79
@@ -521,6 +535,47 @@ Here is an example using a Hub and a few Nodes:
`SE_VIDEO_FILE_NAME=auto` will use the session id as the video file name. This ensures that the video file name is unique to upload.
568
+
569
+
`SE_VIDEO_UPLOAD_ENABLED=true`will enable the video upload feature. In the background, it will create a pipefile with file and destination for uploader to consume and proceed.
570
+
571
+
`SE_VIDEO_INTERNAL_UPLOAD=true`will use RCLONE installed in the container for upload. If you want to use another container for upload, set it to `false`.
572
+
573
+
For environment variables with prefix `RCLONE_` is used to pass remote configuration to RCLONE. You can find more information about RCLONE configuration [here](https://rclone.org/docs/).
0 commit comments