当前位置:网站首页>Selenium Library

Selenium Library

2022-07-07 14:13:00 Full code strength and scientific quantification

selenium Library is an automated testing tool , It can drive the browser to simulate human operation , Such as mouse click 、 Keyboard input, etc .
adopt selenium The library can easily obtain the source code of web pages , It can also automatically download network content in batches .
Public information of Shanghai Stock Exchange 、 Sina Finance's real-time stock market data and other web pages are dynamically rendered , And by
Conventional crawler methods get unreported information , In the face of this non rendered web page , In data mining, we need to use
selenium library , By simulating the operation of people in the browser , Get the rendered web page source code quickly .

One 、 Simulation browser chromeDriver Download and install of

1. Install Google Chrome and check the version number

install chromedriver Before , You have to install Google browser first , Then check the version of Google browser installed .
Click three points in the upper right corner of the browser , Then click Help , Click on about google chrome command , In relation to Chrome Dialog box
You can see the version number of the currently installed Google browser .
 Insert picture description here
 Insert picture description here

2.chromedriver download

chromedriver Version needs to be associated with Chrome Versions, , The author chrome Version is 103.0.0506, Just find
chromedriver Just the same version . The specific operation is as follows :
chromedriver Official download address :https://npm.taobao.org/mirrors/chromedriver/
or
http://chromedriver.storage.googleapis.com/index.html
 Insert picture description here
The following figure shows the completion of installation !
 Insert picture description here

Two 、selenium The installation of the library

pip install selenium

The following figure shows the completion of installation !
 Insert picture description here

原网站

版权声明
本文为[Full code strength and scientific quantification]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/188/202207071208424669.html