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
スキルを使って、就職/転職/副業する時のサイト
プログラミングのスキルなどを、自分なりに高めた上で、
自分のスキルをアピールして就職や転職を行い、年収をあげるか、
副業という形で、年収にプラスアルファの稼ぎを増やすことはできます。
まずはできる範囲で取り組むことで、
少しずつ、経験値も増え、自分のスキルが収入につながるのでおすすめです。