driver.find_element_by_xpath("(//div[@class='tableType value'])[position()=2]"). XPath starts counting at 1, so the second element is at position() 2.
確定! 回上一頁