摘要:
Selenium之webdriverAPI 1.py文件webdriverAPI from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains ##鼠标操作 from s 阅读全文
posted @ 2018-07-11 23:30
软测小白6v
阅读(193)
评论(0)
推荐(0)
|
摘要:
Selenium之webdriverAPI 1.py文件webdriverAPI from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains ##鼠标操作 from s 阅读全文
posted @ 2018-07-11 23:30
软测小白6v
阅读(193)
评论(0)
推荐(0)
摘要:
selenium 基础之定位方式 selenium 基础 18种定位方式 ***** 18种定位 复数8种 单数8种 底层2种 # api讲解 ** 工作中需要可以查资料。 # xpath怎么写 **** Xpath是xml路径语言是通过元素路径来查找这个标签的元素。 (如在火狐浏览器中,右键fir 阅读全文
posted @ 2018-07-11 15:28
软测小白6v
阅读(1587)
评论(0)
推荐(0)
|