Skip to content

Commit 40a3cb3

Browse files
committed
Updating commong args for Chrome
1 parent ffa57d0 commit 40a3cb3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

website_and_docs/content/documentation/webdriver/browsers/chrome.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are a few common use cases with different capabilities:
4747

4848
The `args` parameter is for a list of [Command Line Switches](https://peter.sh/experiments/chromium-command-line-switches/)
4949
used when starting the browser.
50-
Commonly used args include `--start-maximized` and `user-data-dir=/tmp/temp_profile`
50+
Commonly used args include `--start-maximized` and `--headless=new`
5151

5252
Add an argument to options:
5353

website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Chrome に固有のCapabilityは、Google の[Capabilities & ChromeOptions](http
4646
### 引数
4747

4848
`args` パラメータは、ブラウザの起動時に使用される[コマンドラインスイッチ](https://peter.sh/experiments/chromium-command-line-switches/)のリストです。
49-
一般的に使用される引数には、`--start-maximized` および `user-data-dir=/tmp/temp_profile` が含まれます。
49+
一般的に使用される引数には、`--start-maximized` および `--headless=new` が含まれます。
5050

5151
オプションに引数を追加します。
5252

website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Alguns exemplos de uso com capacidades diferentes:
4545
### Argumentos
4646

4747
O parametro `args` é usado para indicar uma lista de [opções](https://peter.sh/experiments/chromium-command-line-switches/) ao iniciar o navegador.
48-
Opções mais frequentes incluem `--start-maximized` e `user-data-dir=/tmp/temp_profile`
48+
Opções mais frequentes incluem `--start-maximized` e `--headless=new`
4949

5050
Adicione uma opção:
5151

website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are a few common use cases with different capabilities:
4747

4848
The `args` parameter is for a list of [Command Line Switches](https://peter.sh/experiments/chromium-command-line-switches/)
4949
used when starting the browser.
50-
Commonly used args include `--start-maximized` and `user-data-dir=/tmp/temp_profile`
50+
Commonly used args include `--start-maximized` and `--headless=new`
5151

5252
Add an argument to options:
5353

0 commit comments

Comments
 (0)