当前位置:网站首页>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 - the best time to buy or sell stocks
- Is this a bug? Whether the randomly filled letters can be closed
- MacOS環境下使用HomeBrew安裝[email protected]
- 【图像处理基础】基于matlab GUI图像直方图均衡化系统【含Matlab源码 1924期】
- AI intelligent matting tool - hair can be seen
- FPGA -vga display
- Are there any risks for the top ten securities companies to register and open accounts? Is it safe?
- leetcode:1567. Length of the longest subarray whose product is a positive number [dp[i] indicates the maximum length ending with I]
- 【Kotlin】关键词suspend 线程操作的学习和async理解
- 不花一分钱做个在线的gif合成服务
猜你喜欢

大龄程序员的一些出路

Data governance does everything
![[cloud native topic -51]:kubesphere cloud Governance - operation - step by step deployment of microservice based business applications - database middleware redis microservice deployment process](/img/42/c2a25bb7a9fdad8fe0a048e9af44ca.jpg)
[cloud native topic -51]:kubesphere cloud Governance - operation - step by step deployment of microservice based business applications - database middleware redis microservice deployment process
![Flower shop window layout [dynamic planning]](/img/d9/6b8f9cd0f74e70b313d2571c2ded30.png)
Flower shop window layout [dynamic planning]

Introduction of classic wide & deep model and implementation of tensorflow 2 code

L'outil de nettoyage des données flashtext améliore directement l'efficacité de plusieurs dizaines de fois

在Flutter中解析复杂的JSON

VB. Net class library (advanced version - 1)

leetcode:141. 环形链表【哈希表 + 快慢指针】

Vulnhub's dc9
随机推荐
NPM command prompt error: eacces: permission denied
【混合编程jni 】第九篇之Jni总结
L'outil de nettoyage des données flashtext améliore directement l'efficacité de plusieurs dizaines de fois
Test comparison of linear model LN, single neural network SNN, deep neural network DNN and CNN
Unity 设置Material、Shader的方法
Is there any risk in opening a securities registration account? Is it safe?
【混合编程jni 】第十二篇 jnaerator
leetcode:152. 乘积最大子数组【考虑两个维度的dp】
leetcode:6103. 从树中删除边的最小分数【dfs + 联通分量 + 子图的值记录】
DLA model (classification model + improved segmentation model) + deformable convolution
Convolutional neural network (CNN) explanation and tensorflow2 code implementation
Do an online GIF synthesis service at no cost
中金财富开户安全吗?我想开户炒股。
C language: a simple calculator is implemented by using code many times
Is it safe to open an account and buy stocks? Who knows
[mathematical modeling] spanning tree based on Matlab GUI random nodes [including Matlab source code 1919]
Are there any risks for the top ten securities companies to register and open accounts? Is it safe?
Brief analysis of the self inspection contents of the blue team in the attack and defense drill
Is there any risk in opening a new bond registration account? Is it safe?
Introduction to operator
https://download.csdn.net/download/long_songs/85748871