selenium
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
selenium [2020/10/08 00:38] – nabezo | selenium [2021/03/30 14:44] (現在) – [python] nabezo | ||
---|---|---|---|
行 1: | 行 1: | ||
====== selenium ====== | ====== selenium ====== | ||
+ | https:// | ||
+ | |||
https:// | https:// | ||
https:// | https:// | ||
- | |||
https:// | https:// | ||
行 13: | 行 14: | ||
===== webdriver ===== | ===== webdriver ===== | ||
==== python ==== | ==== python ==== | ||
+ | (windowsの場合はブラウザが32bitなのでpythonも32bitで動かすこと) | ||
+ | === webdriverインストール === | ||
pip install selenium | pip install selenium | ||
- | # | ||
- | https:// | ||
+ | # | ||
+ | pip install chromedriver-autoinstaller | ||
+ | # もしくは | ||
+ | pip install webdriver-manager | ||
+ | | ||
=== 実行方法 === | === 実行方法 === | ||
from selenium import webdriver | from selenium import webdriver |
selenium.1602085095.txt.gz · 最終更新: 2020/10/08 00:38 by nabezo