模拟器 - zixcon/python GitHub Wiki

模拟器

Selenium 是什么? Selenium 是web自动化测试工具集,包括IDE、Grid、RC(selenium 1.0)、WebDriver(selenium 2.0)等。 Selenium IDE 是firefox浏览器的一个插件。提供简单的脚本录制、编辑与回放功能。 Selenium Grid 是用来对测试脚步做分布式处理。现在已经集成到selenium server 中了。 RC和WebDriver 更多应该把它看成一套规范,在这套规范里定义客户端脚步与浏览器交互的协议。以及元素定位与操作的接口。 协议规范地址:https://www.w3.org/TR/webdriver/

splinter: 官网:http://splinter.readthedocs.io/en/latest/ 基于Selenium的实现。一般优先使用splinter

文档

参考文档: http://selenium-python.readthedocs.io/index.html http://splinter.readthedocs.io/en/latest/