Skip to content

Commit 963cdcf

Browse files
authored
Merge branch 'trunk' into dotnet-print
2 parents 1c327f7 + 63af349 commit 963cdcf

File tree

4 files changed

+28
-24
lines changed

4 files changed

+28
-24
lines changed

website_and_docs/content/documentation/selenium_manager.en.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338
The following environment variables are supported:
339339

340-
* SE_CHROMEDRIVER
341-
* SE_EDGEDRIVER
342-
* SE_GECKODRIVER
343-
* SE_IEDRIVER
344-
* SE_SAFARIDRIVER
340+
* `SE_CHROMEDRIVER`
341+
* `SE_EDGEDRIVER`
342+
* `SE_GECKODRIVER`
343+
* `SE_IEDRIVER`
344+
* `SE_SAFARIDRIVER`
345345

346346
For example, to specify the path to the chromedriver,
347347
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.
348348
The following bindings allow you to specify the driver path using an environment variable:
349349

350350
* Ruby
351351
* Java
352+
* Python
352353

353-
This feature is available in the Selenium Ruby binding starting from version 4.25.0.
354+
This feature is available in the Selenium Ruby binding starting from version 4.25.0 and in the Python binding from version 4.26.0.
354355

355356
## Building a Custom Selenium Manager
356357
In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can

website_and_docs/content/documentation/selenium_manager.ja.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338
The following environment variables are supported:
339339

340-
* SE_CHROMEDRIVER
341-
* SE_EDGEDRIVER
342-
* SE_GECKODRIVER
343-
* SE_IEDRIVER
344-
* SE_SAFARIDRIVER
340+
* `SE_CHROMEDRIVER`
341+
* `SE_EDGEDRIVER`
342+
* `SE_GECKODRIVER`
343+
* `SE_IEDRIVER`
344+
* `SE_SAFARIDRIVER`
345345

346346
For example, to specify the path to the chromedriver,
347347
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.
348348
The following bindings allow you to specify the driver path using an environment variable:
349349

350350
* Ruby
351351
* Java
352+
* Python
352353

353-
This feature is available in the Selenium Ruby binding starting from version 4.25.0.
354+
This feature is available in the Selenium Ruby binding starting from version 4.25.0 and in the Python binding from version 4.26.0.
354355

355356
## Building a Custom Selenium Manager
356357
In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can

website_and_docs/content/documentation/selenium_manager.pt-br.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338
The following environment variables are supported:
339339

340-
* SE_CHROMEDRIVER
341-
* SE_EDGEDRIVER
342-
* SE_GECKODRIVER
343-
* SE_IEDRIVER
344-
* SE_SAFARIDRIVER
340+
* `SE_CHROMEDRIVER`
341+
* `SE_EDGEDRIVER`
342+
* `SE_GECKODRIVER`
343+
* `SE_IEDRIVER`
344+
* `SE_SAFARIDRIVER`
345345

346346
For example, to specify the path to the chromedriver,
347347
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.
348348
The following bindings allow you to specify the driver path using an environment variable:
349349

350350
* Ruby
351351
* Java
352+
* Python
352353

353-
This feature is available in the Selenium Ruby binding starting from version 4.25.0.
354+
This feature is available in the Selenium Ruby binding starting from version 4.25.0 and in the Python binding from version 4.26.0.
354355

355356
## Building a Custom Selenium Manager
356357
In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can

website_and_docs/content/documentation/selenium_manager.zh-cn.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338
The following environment variables are supported:
339339

340-
* SE_CHROMEDRIVER
341-
* SE_EDGEDRIVER
342-
* SE_GECKODRIVER
343-
* SE_IEDRIVER
344-
* SE_SAFARIDRIVER
340+
* `SE_CHROMEDRIVER`
341+
* `SE_EDGEDRIVER`
342+
* `SE_GECKODRIVER`
343+
* `SE_IEDRIVER`
344+
* `SE_SAFARIDRIVER`
345345

346346
For example, to specify the path to the chromedriver,
347347
you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable.
348348
The following bindings allow you to specify the driver path using an environment variable:
349349

350350
* Ruby
351351
* Java
352+
* Python
352353

353-
This feature is available in the Selenium Ruby binding starting from version 4.25.0.
354+
This feature is available in the Selenium Ruby binding starting from version 4.25.0 and in the Python binding from version 4.26.0.
354355

355356
## Building a Custom Selenium Manager
356357
In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can

0 commit comments

Comments
 (0)