File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -1393,7 +1393,7 @@ run the following commands:
1393
1393
!pip install chromedriver-autoinstaller selenium
1394
1394
1395
1395
import chromedriver_autoinstaller
1396
- chromedriver_autoinstaller.install()
1396
+ path_to_web_driver = chromedriver_autoinstaller.install()
1397
1397
```
1398
1398
1399
1399
<br >
@@ -1417,27 +1417,6 @@ For example, from a
1417
1417
1418
1418
:::
1419
1419
1420
- ::: {.content-visible when-profile="fr"}
1421
- Après avoir installé ` Chromium ` ,
1422
- il est nécessaire d'indiquer à ` Python ` où
1423
- le trouver. Si vous êtes sur ` Linux ` et que vous
1424
- avez suivi les consignes précédentes, vous pouvez faire :
1425
- :::
1426
-
1427
- ::: {.content-visible when-profile="en"}
1428
- After installing ` Chromium ` ,
1429
- you need to tell ` Python ` where to find it. If you are on ` Linux ` and have followed the previous instructions, you can do the following:
1430
- :::
1431
-
1432
- ``` {python}
1433
- #| output: false
1434
- #| echo: true
1435
- import selenium
1436
- from webdriver_manager.chrome import ChromeDriverManager
1437
-
1438
- path_to_web_driver = ChromeDriverManager().install()
1439
- ```
1440
-
1441
1420
::: {.content-visible when-profile="fr"}
1442
1421
En premier lieu, il convient d'initialiser le comportement
1443
1422
de ` Selenium ` en répliquant les paramètres
You can’t perform that action at this time.
0 commit comments