[python作业AI毕业设计博客]selenium工具python快速入门1简介
概述
Selenium是一个开源自动化测试套件,适用于跨浏览器和平台的Web应用程序。 它是一组软件工具,每种工具都有不同的方法来支持测试自动化。
Selenium3.*的组件如下:
- Selenium IDE(集成开发环境 Integrated Development Environment)
- Selenium WebDriver
- Selenium Grid
Selenium3.停止直接使用Selenium RC。 Selenium Core已从最新版本的Selenium 3.中完全删除。
Selenium开源,基于Apache 2.0 License。github: https://github.com/SeleniumHQ/selenium
Selenium IDE
Se

