From 729dc4219a9befff27e8cc55dd40f27d6931a61f Mon Sep 17 00:00:00 2001 From: delta456 Date: Mon, 11 Nov 2024 15:10:41 +0530 Subject: [PATCH 1/2] docs/selenium_manager: mention about Python now supporting ENV for driver path --- .../content/documentation/selenium_manager.en.md | 13 +++++++------ .../content/documentation/selenium_manager.ja.md | 13 +++++++------ .../content/documentation/selenium_manager.pt-br.md | 13 +++++++------ .../content/documentation/selenium_manager.zh-cn.md | 13 +++++++------ 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/website_and_docs/content/documentation/selenium_manager.en.md b/website_and_docs/content/documentation/selenium_manager.en.md index 2ba4c5c5b532..37183568a783 100644 --- a/website_and_docs/content/documentation/selenium_manager.en.md +++ b/website_and_docs/content/documentation/selenium_manager.en.md @@ -337,11 +337,11 @@ sudo apt-get install libatk-bridge2.0-0 It's possible to use an environment variable to specify the driver path without using Selenium Manager. The following environment variables are supported: -* SE_CHROMEDRIVER -* SE_EDGEDRIVER -* SE_GECKODRIVER -* SE_IEDRIVER -* SE_SAFARIDRIVER +* `SE_CHROMEDRIVER` +* `SE_EDGEDRIVER` +* `SE_GECKODRIVER` +* `SE_IEDRIVER` +* `SE_SAFARIDRIVER` For example, to specify the path to the chromedriver, you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable. @@ -349,8 +349,9 @@ The following bindings allow you to specify the driver path using an environment * Ruby * Java +* Python -This feature is available in the Selenium Ruby binding starting from version 4.25.0. +This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.ja.md b/website_and_docs/content/documentation/selenium_manager.ja.md index c40f8658f9ae..f0d4892586bd 100644 --- a/website_and_docs/content/documentation/selenium_manager.ja.md +++ b/website_and_docs/content/documentation/selenium_manager.ja.md @@ -337,11 +337,11 @@ sudo apt-get install libatk-bridge2.0-0 It's possible to use an environment variable to specify the driver path without using Selenium Manager. The following environment variables are supported: -* SE_CHROMEDRIVER -* SE_EDGEDRIVER -* SE_GECKODRIVER -* SE_IEDRIVER -* SE_SAFARIDRIVER +* `SE_CHROMEDRIVER` +* `SE_EDGEDRIVER` +* `SE_GECKODRIVER` +* `SE_IEDRIVER` +* `SE_SAFARIDRIVER` For example, to specify the path to the chromedriver, you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable. @@ -349,8 +349,9 @@ The following bindings allow you to specify the driver path using an environment * Ruby * Java +* Python -This feature is available in the Selenium Ruby binding starting from version 4.25.0. +This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.pt-br.md b/website_and_docs/content/documentation/selenium_manager.pt-br.md index c40f8658f9ae..f0d4892586bd 100644 --- a/website_and_docs/content/documentation/selenium_manager.pt-br.md +++ b/website_and_docs/content/documentation/selenium_manager.pt-br.md @@ -337,11 +337,11 @@ sudo apt-get install libatk-bridge2.0-0 It's possible to use an environment variable to specify the driver path without using Selenium Manager. The following environment variables are supported: -* SE_CHROMEDRIVER -* SE_EDGEDRIVER -* SE_GECKODRIVER -* SE_IEDRIVER -* SE_SAFARIDRIVER +* `SE_CHROMEDRIVER` +* `SE_EDGEDRIVER` +* `SE_GECKODRIVER` +* `SE_IEDRIVER` +* `SE_SAFARIDRIVER` For example, to specify the path to the chromedriver, you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable. @@ -349,8 +349,9 @@ The following bindings allow you to specify the driver path using an environment * Ruby * Java +* Python -This feature is available in the Selenium Ruby binding starting from version 4.25.0. +This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.zh-cn.md b/website_and_docs/content/documentation/selenium_manager.zh-cn.md index c40f8658f9ae..f0d4892586bd 100644 --- a/website_and_docs/content/documentation/selenium_manager.zh-cn.md +++ b/website_and_docs/content/documentation/selenium_manager.zh-cn.md @@ -337,11 +337,11 @@ sudo apt-get install libatk-bridge2.0-0 It's possible to use an environment variable to specify the driver path without using Selenium Manager. The following environment variables are supported: -* SE_CHROMEDRIVER -* SE_EDGEDRIVER -* SE_GECKODRIVER -* SE_IEDRIVER -* SE_SAFARIDRIVER +* `SE_CHROMEDRIVER` +* `SE_EDGEDRIVER` +* `SE_GECKODRIVER` +* `SE_IEDRIVER` +* `SE_SAFARIDRIVER` For example, to specify the path to the chromedriver, you can set the `SE_CHROMEDRIVER` environment variable to the path of the chromedriver executable. @@ -349,8 +349,9 @@ The following bindings allow you to specify the driver path using an environment * Ruby * Java +* Python -This feature is available in the Selenium Ruby binding starting from version 4.25.0. +This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can From 1e0538b9aa981a5f8e84676d404a8a5034f75921 Mon Sep 17 00:00:00 2001 From: delta456 Date: Tue, 12 Nov 2024 00:29:39 +0530 Subject: [PATCH 2/2] commit as what requested --- website_and_docs/content/documentation/selenium_manager.en.md | 2 +- website_and_docs/content/documentation/selenium_manager.ja.md | 2 +- .../content/documentation/selenium_manager.pt-br.md | 2 +- .../content/documentation/selenium_manager.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website_and_docs/content/documentation/selenium_manager.en.md b/website_and_docs/content/documentation/selenium_manager.en.md index 37183568a783..567396905fc4 100644 --- a/website_and_docs/content/documentation/selenium_manager.en.md +++ b/website_and_docs/content/documentation/selenium_manager.en.md @@ -351,7 +351,7 @@ The following bindings allow you to specify the driver path using an environment * Java * Python -This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. +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. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.ja.md b/website_and_docs/content/documentation/selenium_manager.ja.md index f0d4892586bd..18d4d7b71856 100644 --- a/website_and_docs/content/documentation/selenium_manager.ja.md +++ b/website_and_docs/content/documentation/selenium_manager.ja.md @@ -351,7 +351,7 @@ The following bindings allow you to specify the driver path using an environment * Java * Python -This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. +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. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.pt-br.md b/website_and_docs/content/documentation/selenium_manager.pt-br.md index f0d4892586bd..18d4d7b71856 100644 --- a/website_and_docs/content/documentation/selenium_manager.pt-br.md +++ b/website_and_docs/content/documentation/selenium_manager.pt-br.md @@ -351,7 +351,7 @@ The following bindings allow you to specify the driver path using an environment * Java * Python -This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. +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. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can diff --git a/website_and_docs/content/documentation/selenium_manager.zh-cn.md b/website_and_docs/content/documentation/selenium_manager.zh-cn.md index f0d4892586bd..18d4d7b71856 100644 --- a/website_and_docs/content/documentation/selenium_manager.zh-cn.md +++ b/website_and_docs/content/documentation/selenium_manager.zh-cn.md @@ -351,7 +351,7 @@ The following bindings allow you to specify the driver path using an environment * Java * Python -This feature is available in the Selenium Ruby and Python binding starting from version 4.25.0 and 4.26.0. +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. ## Building a Custom Selenium Manager In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can