当前位置:网站首页>How to download on selenium computer -selenium download and installation graphic tutorial [ultra detailed]
How to download on selenium computer -selenium download and installation graphic tutorial [ultra detailed]
2022-06-26 22:37:00 【long_ songs】
Selenium Is a Web The application is tested Tools .Selenium Test runs directly in browser , It's like a real user is doing it . Supported browsers include IE(7, 8, 9, 10, 11),Mozilla Firefox,Safari,Google Chrome,Opera,Edge etc. . The main functions of this tool include : Test compatibility with browser —— Test the application to see if it works well on different browsers and operating systems . Test system functions —— Create regression tests to verify software functionality and user requirements . Support automatic recording of actions and automatic generation .Net、Java、Perl Test scripts in different languages .
Selenium Installation tutorial
choice Selenium The big reason is that we can python And browser
Open any one python project ,
1. install Selenium library
IDLE Words , Right on the command line
pip install selenium
What I use here is pycharm
It's the same , Open up a project

Download complete , notice success, next step

If you don't trust me, you can check the version
pip show selenium

2. Download a drive
Choose according to your browser
This is the official website , But you may need a ladder
About version selection , Open the upper right corner of the browser , About ... Or set it inside

Here I help you download The latest version of Google

pythonProject2\venv\Lib\site-packagesPut it here after downloading python root directory : The specific methods Right click idle Where to open the file , And then put exe Copy the file inside

Choose your own download
from selenium import webdriver
driver = webdriver.Edge()
# driver = webdriver.Chrome()
# driver= webdriver.firefox()
driver.get('http://www.baidu.com/')
Microsoft Edge It is controlled by automatic test software !
边栏推荐
- leetcode:152. Product maximum subarray [consider DP of two dimensions]
- 数据治理啥都干
- curl: (35) LibreSSL SSL_ connect: SSL_ ERROR_ SYSCALL in connection
- Test comparison of linear model LN, single neural network SNN, deep neural network DNN and CNN
- Restfultoolkitx of idea utility plug-in -- restful interface debugging
- VB. Net class library to obtain the color under the mouse in the screen (Advanced - 3)
- 【BUG反馈】WebIM在线聊天系统发消息时间问题
- 打新债注册开户有没有什么风险?安全吗?
- Some ways out for older programmers
- 这个算BUG吗?乱填的字母是否可以关闭
猜你喜欢

Configuring assimp Library in QT environment (MinGW compiler)

Unity: 脚本缺失 “The referenced script (Unknown) on this Behaviour is missing!“

论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》

Parsing complex JSON in fluent

WordPress collection plug-ins are recommended to be free collection plug-ins

YOLOv6:又快又准的目標檢測框架開源啦

【LeetCode】1984. Minimum difference between highest and lowest of K scores
![leetcode:6103. Delete the minimum score of the edge from the tree [DFS + connected component + value record of the subgraph]](/img/16/8dc63e6494b3f23e2685e287abc94c.png)
leetcode:6103. Delete the minimum score of the edge from the tree [DFS + connected component + value record of the subgraph]

VB. Net class library - 4 screen shots, clipping

树莓派初步使用
随机推荐
Do an online GIF synthesis service at no cost
[mathematical modeling] spanning tree based on Matlab GUI random nodes [including Matlab source code 1919]
Is it safe for CICC fortune to open an account? I want to open an account to speculate in stocks.
Flutter 中 ValueNotifier<List<T>> 监听问题解决
在哪家券商公司开户最方便最安全可靠
LabVIEW Arduino TCP/IP远程智能家居系统(项目篇—5)
Leetcode (452) - detonate the balloon with the minimum number of arrows
[mixed programming JNI] Part 12 jnaerator
Are there any risks for the top ten securities companies to register and open accounts? Is it safe?
Unity3d plug-in anyportrait 2D bone animation
Which securities company is the most convenient, safe and reliable for opening an account
VB. Net class library - 4 screen shots, clipping
[mixed programming JNI] Part 7: JNI command lines
Centos7编译安装Redis
How to write test cases and a brief introduction to go unit test tool testify
Design of master-slave replication system
Is it safe to open a stock account with the QR code given by the CICC securities manager? I want to open an account
Fastadmin Aurora push send message registration_ Multiple IDs are invalid after being separated by commas
Some ways out for older programmers
[mixed programming JNI] Part 6: operation of strings and arrays in native
https://download.csdn.net/download/long_songs/85748871