File tree Expand file tree Collapse file tree 4 files changed +28
-24
lines changed
website_and_docs/content/documentation Expand file tree Collapse file tree 4 files changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338The 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
346346For example, to specify the path to the chromedriver,
347347you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348348The 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
356357In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can
Original file line number Diff line number Diff line change @@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338The 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
346346For example, to specify the path to the chromedriver,
347347you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348348The 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
356357In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can
Original file line number Diff line number Diff line change @@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338The 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
346346For example, to specify the path to the chromedriver,
347347you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348348The 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
356357In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can
Original file line number Diff line number Diff line change @@ -337,20 +337,21 @@ sudo apt-get install libatk-bridge2.0-0
337337It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338338The 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
346346For example, to specify the path to the chromedriver,
347347you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348348The 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
356357In order to build your own custom Selenium Manager that works in an architecture we don't currently support, you can
You can’t perform that action at this time.
0 commit comments