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: website_and_docs/content/documentation/grid/configuration/cli_options.en.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ pull request updating this page.
162
162
|`--reject-unsupported-caps`| boolean |`false`| Allow the Distributor to reject a request immediately if the Grid does not support the requested capability. Rejecting requests immediately is suitable for a Grid setup that does not spin up Nodes on demand. |
163
163
|`--slot-matcher`| string |`org.openqa.selenium.grid.data.DefaultSlotMatcher`| Full class name of non-default slot matcher to use. This is used to determine whether a Node can support a particular session. |
164
164
|`--slot-selector`| string |`org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector`| Full class name of non-default slot selector. This is used to select a slot in a Node once the Node has been matched. |
165
+
|`--newsession-threadpool-size`| int |`24`| The Distributor uses a fixed-sized thread pool to create new sessions as it consumes new session requests from the queue. This allows configuring the size of the thread pool. The default value is no. of available processors * 3. Note: If the no. of threads is way greater than the available processors it will not always increase the performance. A high number of threads causes more context switching which is an expensive operation. |
165
166
166
167
### Docker
167
168
@@ -174,6 +175,7 @@ pull request updating this page.
174
175
|`--docker-port`| int |`2375`| Port where the Docker daemon is running |
175
176
|`--docker-url`| string |`http://localhost:2375`| URL for connecting to the Docker daemon |
176
177
|`--docker-video-image`| string |`selenium/video:latest`| Docker image to be used when video recording is enabled |
178
+
|`--docker-host-config-keys`| string[]|`Dns DnsOptions DnsSearch ExtraHosts Binds`| Specify which docker host configuration keys should be passed to browser containers. Keys name can be found in the Docker API [documentation](https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerCreate), or by running `docker inspect` the node-docker container. |
177
179
178
180
### Events
179
181
@@ -244,6 +246,7 @@ pull request updating this page.
244
246
|`--password`| string |`myStrongPassword`| Password clients must use to connect to the server. Both this and the username need to be set in order to be used. |
245
247
|`--username`| string |`admin`| User name clients must use to connect to the server. Both this and the password need to be set in order to be used. |
246
248
|`--sub-path`| string |`my_company/selenium_grid`| A sub-path that should be considered for all user facing routes on the Hub/Router/Standalone. |
249
+
|`--disable-ui`| boolean |`true`| Disable the Grid UI. |
|`--newsession-threadpool-size`| int |`24`| The Distributor uses a fixed-sized thread pool to create new sessions as it consumes new session requests from the queue. This allows configuring the size of the thread pool. The default value is no. of available processors * 3. Note: If the no. of threads is way greater than the available processors it will not always increase the performance. A high number of threads causes more context switching which is an expensive operation. |
|`--docker-host-config-keys`| string[]|`Dns DnsOptions DnsSearch ExtraHosts Binds`| Specify which docker host configuration keys should be passed to browser containers. Keys name can be found in the Docker API [documentation](https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerCreate), or by running `docker inspect` the node-docker container. |
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ e esteja à vontade para nos enviar um pull request com alterações a esta pág
164
164
|`--reject-unsupported-caps`| boolean |`false`| Permitir que o Distributor rejeite imediatamente um pedido de sessão se a Grid não suportar a capacidade pedida. Esta configuração é a ideal para Grid que não inicie Nodes a pedido. |
165
165
|`--slot-matcher`| string |`org.openqa.selenium.grid.data.DefaultSlotMatcher`| Nome completo da class para uma implementação não padrão do comparador de slots. Isto é usado para determinar se um Node pode suportar uma sessão em particular. |
166
166
|`--slot-selector`| string |`org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector`| Nome completo da class para uma implementação não padrão do selector de slots. Isto é usado para selecionar um slot no Node caso tenha sido "matched". |
167
+
|`--newsession-threadpool-size`| int |`24`| The Distributor uses a fixed-sized thread pool to create new sessions as it consumes new session requests from the queue. This allows configuring the size of the thread pool. The default value is no. of available processors * 3. Note: If the no. of threads is way greater than the available processors it will not always increase the performance. A high number of threads causes more context switching which is an expensive operation. |
167
168
168
169
### Docker
169
170
@@ -176,6 +177,7 @@ e esteja à vontade para nos enviar um pull request com alterações a esta pág
176
177
|`--docker-port`| int |`2375`| Port where the Docker daemon is running |
177
178
|`--docker-url`| string |`http://localhost:2375`| URL for connecting to the Docker daemon |
178
179
|`--docker-video-image`| string |`selenium/video:latest`| Docker image to be used when video recording is enabled |
180
+
|`--docker-host-config-keys`| string[]|`Dns DnsOptions DnsSearch ExtraHosts Binds`| Specify which docker host configuration keys should be passed to browser containers. Keys name can be found in the Docker API [documentation](https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerCreate), or by running `docker inspect` the node-docker container. |
179
181
180
182
### Events
181
183
@@ -247,6 +249,7 @@ e esteja à vontade para nos enviar um pull request com alterações a esta pág
247
249
|`--password`| string |`myStrongPassword`| Password clients must use to connect to the server. Both this and the username need to be set in order to be used. |
248
250
|`--username`| string |`admin`| User name clients must use to connect to the server. Both this and the password need to be set in order to be used. |
249
251
|`--sub-path`| string |`my_company/selenium_grid`| A sub-path that should be considered for all user facing routes on the Hub/Router/Standalone. |
252
+
|`--disable-ui`| boolean |`true`| Disable the Grid UI. |
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@ pull request updating this page.
171
171
|`--reject-unsupported-caps`| boolean |`false`| Allow the Distributor to reject a request immediately if the Grid does not support the requested capability. Rejecting requests immediately is suitable for a Grid setup that does not spin up Nodes on demand. |
172
172
|`--slot-matcher`| string |`org.openqa.selenium.grid.data.DefaultSlotMatcher`| Full class name of non-default slot matcher to use. This is used to determine whether a Node can support a particular session. |
173
173
|`--slot-selector`| string |`org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector`| Full class name of non-default slot selector. This is used to select a slot in a Node once the Node has been matched. |
174
+
|`--newsession-threadpool-size`| int |`24`| The Distributor uses a fixed-sized thread pool to create new sessions as it consumes new session requests from the queue. This allows configuring the size of the thread pool. The default value is no. of available processors * 3. Note: If the no. of threads is way greater than the available processors it will not always increase the performance. A high number of threads causes more context switching which is an expensive operation. |
174
175
175
176
### Docker
176
177
@@ -183,6 +184,7 @@ pull request updating this page.
183
184
|`--docker-port`| int |`2375`| Port where the Docker daemon is running |
184
185
|`--docker-url`| string |`http://localhost:2375`| URL for connecting to the Docker daemon |
185
186
|`--docker-video-image`| string |`selenium/video:latest`| Docker image to be used when video recording is enabled |
187
+
|`--docker-host-config-keys`| string[]|`Dns DnsOptions DnsSearch ExtraHosts Binds`| Specify which docker host configuration keys should be passed to browser containers. Keys name can be found in the Docker API [documentation](https://docs.docker.com/engine/api/v1.41/#tag/Container/operation/ContainerCreate), or by running `docker inspect` the node-docker container. |
186
188
187
189
### Events
188
190
@@ -253,6 +255,7 @@ pull request updating this page.
253
255
|`--password`| string |`myStrongPassword`| Password clients must use to connect to the server. Both this and the username need to be set in order to be used. |
254
256
|`--username`| string |`admin`| User name clients must use to connect to the server. Both this and the password need to be set in order to be used. |
255
257
|`--sub-path`| string |`my_company/selenium_grid`| A sub-path that should be considered for all user facing routes on the Hub/Router/Standalone. |
258
+
|`--disable-ui`| boolean |`true`| Disable the Grid UI. |
0 commit comments