1. 程式人生 > >xpath表格定位(selenium定位)

xpath表格定位(selenium定位)

driver.find_element_by_xpath('//table[class=xxx and @data-sort]/tbody/tr[13]//div[@class='form-ope-btn']/a/span[text()='文字']').click()