摘要: 2.获取元素坐标 方法:location 解释:首先查找到你要获取元素的,然后调用location方法 实例: driver.find_element_by_xpath("//*[@id='tablechart']/tbody/tr[14]/td[9]").location 3.表单的提交 方法:s 阅读全文
posted @ 2017-10-09 17:43 LLSix 阅读(11970) 评论(0) 推荐(1) 编辑