Skip to content

Commit 2899a19

Browse files
committed
we set default persistLang to true and it shouldn't apply to non-language tabs
1 parent 526c5b0 commit 2899a19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/getting_started/install_drivers.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ on multiple machines without requiring that each machine put the drivers in the
168168
You can either place the drivers in a directory that is already listed in `PATH`, or you can place them in a directory
169169
and add it to `PATH`.
170170

171-
{{< tabpane code=false >}}
171+
{{< tabpane code=false persistLang=false >}}
172172
{{% tab header="Bash" %}}
173173
To see what directories are already on `PATH`, open a Terminal and execute:
174174
```shell

website_and_docs/content/documentation/webdriver/getting_started/install_drivers.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ fun chrome(): WebDriver {
169169

170170
* すでに `PATH` にあるディレクトリを確認するには、コマンドプロンプト/ターミナルを開いて次のように入力します。
171171

172-
{{< tabpane code=false >}}
172+
{{< tabpane code=false persistLang=false >}}
173173
{{% tab header="Bash" %}}
174174
To see what directories are already on `PATH`, open a Terminal and execute:
175175
```shell

website_and_docs/content/documentation/webdriver/getting_started/install_drivers.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Você pode colocar os drivers em um diretório que já está listado em
170170
`PATH`, ou você pode colocá-los em um diretório
171171
e acrescenta-lo ao `PATH`.
172172

173-
{{< tabpane code=false >}}
173+
{{< tabpane code=false persistLang=false >}}
174174
{{% tab header="Bash" %}}
175175
Para ver quais diretórios já estão no `PATH`, abra o Terminal e execute:
176176
```shell

website_and_docs/content/documentation/webdriver/getting_started/install_drivers.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fun chrome(): WebDriver {
181181
* 要查看`PATH`上已有哪些目录,
182182
请打开命令提示符/终端并键入:
183183

184-
{{< tabpane code=false >}}
184+
{{< tabpane code=false persistLang=false >}}
185185
{{% tab header="Bash" %}}
186186

187187
要查看`PATH`上已经有哪些目录, 请打开Terminal并执行

0 commit comments

Comments
 (0)