【发布时间】:2021-01-18 21:20:33
【问题描述】:
<input class="inputDefault-_djjkz input-cIJ7To" name="password" type="password" placeholder="" aria-label="Password" autocomplete="off" maxlength="999" spellcheck="false" value="">```
^这是 HTML 我一直在尝试类似的东西
login = driver.find_element_by_xpath(".//*[@class='inputDefault-_djjkz input-cIJ7To']/div/input").click()
感谢您的帮助
【问题讨论】:
标签: python selenium-webdriver xpath css-selectors webdriverwait