File tree Expand file tree Collapse file tree
website_and_docs/content/documentation/webdriver/browsers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Here are a few common use cases with different capabilities:
4747
4848The ` args ` parameter is for a list of [ Command Line Switches] ( https://peter.sh/experiments/chromium-command-line-switches/ )
4949used 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
5252Add an argument to options:
5353
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Alguns exemplos de uso com capacidades diferentes:
4545### Argumentos
4646
4747O 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
5050Adicione uma opção:
5151
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Here are a few common use cases with different capabilities:
4747
4848The ` args ` parameter is for a list of [ Command Line Switches] ( https://peter.sh/experiments/chromium-command-line-switches/ )
4949used 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
5252Add an argument to options:
5353
You can’t perform that action at this time.
0 commit comments