UI自动化学习过程get的知识点
一、使用Xpath定位元素: 1、定位的元素是从1开始,而非0开始 例:定位群内成员第一行第一个元素 UI自动化学习过程get的知识点 > image2018-11-19 10:32:53.png" height="250" style="margin-left:2px;margin-right:2px;vertical-align:text-bottom;" alt="image2018-11-19%2010%3A32%3A53.png?versi" data-original="http://wiki.intra.xiaojukeji.com/download/attachments/174427612/image2018-11-19%2010%3A32%3A53.png?version=1&modificationDate=1542595855000&api=v2"> driver.find_element_by_xpath("//XCUIElementTypeTable/XCUIElementTypeCell[1]/XCUIElementTypeButton[1...