摘要:
1、元素定位 (1)常规定位 (2)Xpath定位 Xpath规则 其他 text(): 获取节点文本 [@xx]:属性匹配 @xx:属性获取 [contains(@xx)]:多属性匹配 [contains(@xx) and @xxx]:多属性匹配 按节点选择:输入数字、last()、positio 阅读全文
摘要:
1、安装步骤 安装Python,pip工具 安装selenium 相关资源 (1)selenium-release http://selenium-release.storage.googleapis.com/index.html?path=3.0/ https://selenium.dev/dow 阅读全文
摘要:
1、Selenium是什么? Selenium的命名比较有意思,当时QTP mercury是主流的商业自化工具,是化学元素汞(俗称水银),而Selenium是开源自动化工具,是化学元素硒,硒可以对抗汞。 Selenium 是web自动化测试工具集,包括IDE、Grid、RC(selenium 1.0 阅读全文