1.selenium工具集
thoughtworks: JavaScrip库
selenium1: selenium RC selenium IDE(录制自动化测试脚本) selenium GRID(分布式)
selenium2: webdriver(Google)
selenium3: 增加了一些浏览器的原生驱动 safari edge(MS)
2.webdriver原理
3.如何使用ide录制脚本(Firefox浏览器右上)
4.在pycharm配置python环境
5.元素的几种定位方式(元素的属性)
注意: 元素拥有该属性 并且该属性全局为1
id
class name
name
link text (链接的全部内容)
partial link text (链接的部分内容)
tag name
xpath
css selector