Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Python+selenium environment building

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Install python

Download address: https://www.python.org/downloads/ download and click install. Check: Add Python X.X to PATH during installation to add to the environment variable for subsequent use.

Verification after installation: after the installation is complete, you can open the cmd command line tool and enter: python-- version. The installed python version will be printed after the installation is successful.

2. Install selenium webdriver

Enter the command line directly: pip install selenium. If you don't add an environment variable, you need to install the python directory and open the command line tool to execute.

3. Download chromedriver.exe to the Google browser installation directory, and add the Google browser installation directory to the environment variable to restart the computer.

4. After the completion of the above three steps, the environment is built successfully. Create a new python file to check whether the environment has been built.

From selenium import webdriverdr = webdriver.Chrome ()

If the construction is successful, Google browser will be opened automatically.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report