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
337
337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338
338
The following environment variables are supported:
339
339
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 `
345
345
346
346
For example, to specify the path to the chromedriver,
347
347
you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348
348
The following bindings allow you to specify the driver path using an environment variable:
349
349
350
350
* Ruby
351
351
* Java
352
+ * Python
352
353
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 .
354
355
355
356
## Building a Custom Selenium Manager
356
357
In 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
337
337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338
338
The following environment variables are supported:
339
339
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 `
345
345
346
346
For example, to specify the path to the chromedriver,
347
347
you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348
348
The following bindings allow you to specify the driver path using an environment variable:
349
349
350
350
* Ruby
351
351
* Java
352
+ * Python
352
353
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 .
354
355
355
356
## Building a Custom Selenium Manager
356
357
In 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
337
337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338
338
The following environment variables are supported:
339
339
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 `
345
345
346
346
For example, to specify the path to the chromedriver,
347
347
you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348
348
The following bindings allow you to specify the driver path using an environment variable:
349
349
350
350
* Ruby
351
351
* Java
352
+ * Python
352
353
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 .
354
355
355
356
## Building a Custom Selenium Manager
356
357
In 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
337
337
It's possible to use an environment variable to specify the driver path without using Selenium Manager.
338
338
The following environment variables are supported:
339
339
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 `
345
345
346
346
For example, to specify the path to the chromedriver,
347
347
you can set the ` SE_CHROMEDRIVER ` environment variable to the path of the chromedriver executable.
348
348
The following bindings allow you to specify the driver path using an environment variable:
349
349
350
350
* Ruby
351
351
* Java
352
+ * Python
352
353
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 .
354
355
355
356
## Building a Custom Selenium Manager
356
357
In 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