当前位置:网站首页>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 !
边栏推荐
- Partage de trois méthodes de sommation automatique dans un tableau Excel
- 【混合编程jni 】第六篇之native 中字符串和数组的操作
- Homebrew installation in MacOS environment [email protected]
- L'outil de nettoyage des données flashtext améliore directement l'efficacité de plusieurs dizaines de fois
- Unity method for setting material and shader
- Is there any risk for flush to register and open an account? Is it safe?
- [mixed programming JNI] Part 7: JNI command lines
- Unity cloth system_ Cloth component (including dynamic call related)
- Web crawler 2: crawl the user ID and home page address of Netease cloud music reviews
- 數據清洗工具flashtext,效率直接提昇了幾十倍數
猜你喜欢

Vulnhub's dc9

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

leetcode:6103. 从树中删除边的最小分数【dfs + 联通分量 + 子图的值记录】

vulnhub之DC9

360手机助手首家接入APP签名服务系统 助力隐私安全分发
![[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

FPGA -vga display
![[solution] sword finger offer 15 Number of 1 in binary (C language)](/img/ab/149775ae8ed94464efdf6921c1022a.png)
[solution] sword finger offer 15 Number of 1 in binary (C language)

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

YOLOv6:又快又准的目標檢測框架開源啦
随机推荐
Web crawler 2: crawl the user ID and home page address of Netease cloud music reviews
nmap参数详解
论文解读(LG2AR)《Learning Graph Augmentations to Learn Graph Representations》
Are there any risks for the top ten securities companies to register and open accounts? Is it safe?
这个算BUG吗?乱填的字母是否可以关闭
Fastadmin Aurora push send message registration_ Multiple IDs are invalid after being separated by commas
Is there any risk for flush to register and open an account? Is it safe?
[solution] sword finger offer 15 Number of 1 in binary (C language)
[mixed programming JNI] Part 7: JNI command lines
Is it safe to open a stock account with the QR code given by the CICC securities manager? I want to open an account
leetcode:1567. Length of the longest subarray whose product is a positive number [dp[i] indicates the maximum length ending with I]
Introduction to dependency injection in SAP Spartacus
FPGA -VGA显示
LabVIEW Arduino TCP/IP远程智能家居系统(项目篇—5)
leetcode:710. Random numbers in the blacklist [mapping thinking]
CVPR 2022 | 美团技术团队精选论文解读
[mathematical modeling] spanning tree based on Matlab GUI random nodes [including Matlab source code 1919]
Word chess based on heuristic search
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection
LabVIEW Arduino tcp/ip remote smart home system (project part-5)
https://download.csdn.net/download/long_songs/85748871