Skip to content

Commit 8c0b474

Browse files
authored
fix invalid toml format and correct misspelled word (SeleniumHQ#937) [deploy site]
toml files should not change to new line before square brackets
1 parent 8934cce commit 8c0b474

File tree

8 files changed

+12
-16
lines changed

8 files changed

+12
-16
lines changed

website_and_docs/content/documentation/grid/configuration/cli_options.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pull request updating this page.
214214
| `--grid-url` | string | `https://grid.example.com` | Public URL of the Grid as a whole (typically the address of the Hub or the Router) |
215215
| `--heartbeat-period` | int | `60` | How often, in seconds, will the Node send heartbeat events to the Distributor to inform it that the Node is up. |
216216
| `--max-sessions` | int | `8` | Maximum number of concurrent sessions. Default value is the number of available processors. |
217-
| `--override-max-sessions` | boolean | `false` | The # of available processos is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
217+
| `--override-max-sessions` | boolean | `false` | The # of available processors is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
218218
| `--register-cycle` | int | `10` | How often, in seconds, the Node will try to register itself for the first time to the Distributor. |
219219
| `--register-period` | int | `120` | How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again. |
220220
| `--session-timeout` | int | `300` | Let X be the session-timeout in seconds. The Node will automatically kill a session that has not had any activity in the last X seconds. This will release the slot for other tests. |

website_and_docs/content/documentation/grid/configuration/cli_options.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pull request updating this page.
223223
| `--grid-url` | string | `https://grid.example.com` | Public URL of the Grid as a whole (typically the address of the Hub or the Router) |
224224
| `--heartbeat-period` | int | `60` | How often, in seconds, will the Node send heartbeat events to the Distributor to inform it that the Node is up. |
225225
| `--max-sessions` | int | `8` | Maximum number of concurrent sessions. Default value is the number of available processors. |
226-
| `--override-max-sessions` | boolean | `false` | The # of available processos is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
226+
| `--override-max-sessions` | boolean | `false` | The # of available processors is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
227227
| `--register-cycle` | int | `10` | How often, in seconds, the Node will try to register itself for the first time to the Distributor. |
228228
| `--register-period` | int | `120` | How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again. |
229229
| `--session-timeout` | int | `300` | Let X be the session-timeout in seconds. The Node will automatically kill a session that has not had any activity in the last X seconds. This will release the slot for other tests. |

website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pull request updating this page.
223223
| `--grid-url` | string | `https://grid.example.com` | Public URL of the Grid as a whole (typically the address of the Hub or the Router) |
224224
| `--heartbeat-period` | int | `60` | How often, in seconds, will the Node send heartbeat events to the Distributor to inform it that the Node is up. |
225225
| `--max-sessions` | int | `8` | Maximum number of concurrent sessions. Default value is the number of available processors. |
226-
| `--override-max-sessions` | boolean | `false` | The # of available processos is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
226+
| `--override-max-sessions` | boolean | `false` | The # of available processors is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
227227
| `--register-cycle` | int | `10` | How often, in seconds, the Node will try to register itself for the first time to the Distributor. |
228228
| `--register-period` | int | `120` | How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again. |
229229
| `--session-timeout` | int | `300` | Let X be the session-timeout in seconds. The Node will automatically kill a session that has not had any activity in the last X seconds. This will release the slot for other tests. |

website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pull request updating this page.
223223
| `--grid-url` | string | `https://grid.example.com` | Public URL of the Grid as a whole (typically the address of the Hub or the Router) |
224224
| `--heartbeat-period` | int | `60` | How often, in seconds, will the Node send heartbeat events to the Distributor to inform it that the Node is up. |
225225
| `--max-sessions` | int | `8` | Maximum number of concurrent sessions. Default value is the number of available processors. |
226-
| `--override-max-sessions` | boolean | `false` | The # of available processos is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
226+
| `--override-max-sessions` | boolean | `false` | The # of available processors is the recommended max sessions value (1 browser session per processor). Setting this flag to true allows the recommended max value to be overwritten. Session stability and reliability might suffer as the host could run out of resources. |
227227
| `--register-cycle` | int | `10` | How often, in seconds, the Node will try to register itself for the first time to the Distributor. |
228228
| `--register-period` | int | `120` | How long, in seconds, will the Node try to register to the Distributor for the first time. After this period is completed, the Node will not attempt to register again. |
229229
| `--session-timeout` | int | `300` | Let X be the session-timeout in seconds. The Node will automatically kill a session that has not had any activity in the last X seconds. This will release the slot for other tests. |

website_and_docs/content/documentation/grid/configuration/toml_options.en.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ detect-drivers = false
103103
max-sessions = 2
104104

105105
[docker]
106-
configs =
107-
[
108-
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
106+
configs = [
107+
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
109108
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
110109
]
111110
url = "http://localhost:2375"

website_and_docs/content/documentation/grid/configuration/toml_options.ja.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ detect-drivers = false
112112
max-sessions = 2
113113

114114
[docker]
115-
configs =
116-
[
117-
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
115+
configs = [
116+
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
118117
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
119118
]
120119
url = "http://localhost:2375"

website_and_docs/content/documentation/grid/configuration/toml_options.pt-br.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ detect-drivers = false
112112
max-sessions = 2
113113

114114
[docker]
115-
configs =
116-
[
117-
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
115+
configs = [
116+
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
118117
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
119118
]
120119
url = "http://localhost:2375"

website_and_docs/content/documentation/grid/configuration/toml_options.zh-cn.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ detect-drivers = false
117117
max-sessions = 2
118118

119119
[docker]
120-
configs =
121-
[
122-
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
120+
configs = [
121+
"selenium/standalone-chrome:93.0", "{\"browserName\": \"chrome\", \"browserVersion\": \"91\"}",
123122
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
124123
]
125124
url = "http://localhost:2375"

0 commit comments

Comments
 (0)