学習サポート始めました(有料)

プロフィール

学ぶパンダ

初心者向けにプログラミング学習や

就職・転職に向けた情報を発信

Seleniumのバージョン確認と再インストール

Seleniumの確認

インストール済みのバージョン確認

pythonのコマンドラインで確認

$ python3
Python 3.8.10 (default, Sep 28 2021, 16:10:42)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import selenium
>>> selenium.__version__
'4.0.0a1'

Seleniumの再インストール

Seleniumの削除

Seleniumをaptコマンドで削除

$ apt remove python3-selenium
Reading package lists... Done
Building dependency tree
Reading state information... Done
 :
The following packages will be REMOVED:
  python3-selenium
0 upgraded, 0 newly installed, 1 to remove and 90 not upgraded.
After this operation, 588 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 197911 files and directories currently installed.)
Removing python3-selenium (4.0.0~a1+dfsg1-1.1) ...

Seleniumのインストール

Seleniumをaptコマンドでインストール

$ apt install python3-selenium

こちらもおすすめ

初心者向けの色々な情報はあるけれど、

  • 無料でお試しができるスクール
  • ホームページなど簡単に作成できる
  • 組織で使いたいサービス

について、

少しでも試して良いものがあると、

それを活用することで学習や業務などが効率化できるので、

おすすめのサイトなどをいくつか紹介しておきます

ピックアップ

おすすめ記事