ul 元素的 Xpath:
resultSet = driver.find_element_by_xpath("//section[@id='abc']/ul")
如何仅遍历 ul 中的 li 元素,在 ul 元素 xpath 上方给出?
selenium python-3.x
python-3.x ×1
selenium ×1