差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:selenium [2022/06/01 04:31] – [DietPi で chromedriver を含むパッケージ] ともやん | python:selenium [2022/06/01 04:35] (現在) – [DietPi の chromium-driver] ともやん | ||
|---|---|---|---|
| 行 238: | 行 238: | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ apt-file search | + | $ sudo apt install chromium-chromedriver |
| </ | </ | ||
| <WRAP color_result>< | <WRAP color_result>< | ||
| - | $ sudo apt install chromium-chromedriver | ||
| Reading package lists... Done | Reading package lists... Done | ||
| Building dependency tree... Done | Building dependency tree... Done | ||
| 行 276: | 行 275: | ||
| </ | </ | ||
| + | === 動作確認 === | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| 行 285: | 行 285: | ||
| </ | </ | ||
| - | === DietPi の chromium-driver === | + | <WRAP color_term> |
| - | Raspberry Pi Zero WH の DietPi で armhf 32bit な chromium-driver は Segmentation fault で動作しない😅💦 | + | <WRAP color_command>< |
| - | \\ | + | $ chromedriver --help |
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Usage: chromedriver [OPTIONS] | ||
| + | |||
| + | Options | ||
| + | --port=PORT | ||
| + | --adb-port=PORT | ||
| + | --log-path=FILE | ||
| + | --log-level=LEVEL | ||
| + | --verbose | ||
| + | --silent | ||
| + | --append-log | ||
| + | --replayable | ||
| + | --version | ||
| + | --url-base | ||
| + | --readable-timestamp | ||
| + | --enable-chrome-logs | ||
| + | --disable-dev-shm-usage | ||
| + | --allowed-ips=LIST | ||
| + | --allowed-origins=LIST | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | === DietPi の chromium-driver | ||
| + | Raspberry Pi Zero WH の DietPi で armhf 32bit な chromium-driver は Segmentation fault で動作しない😥\\ | ||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||