Selenium installation (1)

Originally learned from Baiyue Black Feather’s blog
Baiyue Black Feather Address: http://www.python3.vip/tut/auto/selenium/01/

1. Install python+pycharm
2. Install the selenium plugin
pip install selenium

3. Install the Google plugin,
you can refer to the above address

Remarks:

1. If the plug-in installation is not successful, you can install it several times or install it in a third-party library

2. The Google plug-in must be kept with the version of the browser installed locally

Guess you like

Origin blog.csdn.net/weixin_41665637/article/details/111314604