元素不可见异常:元素不可交互

时间:2020-05-12 17:23:12

标签: python-3.x selenium

这是我在网络自动化中的第一段代码。我有一个类似下面的html:

<div class = "icon-padding">
<input name = "input2" type = "button" value class = "searchbutton"
Onclick = "validateFunc();" title = "Search">
</div>

我的硒python代码如下:

searchele = driver.find_element_by_xpath("xml path of the html")
searchele.click()

通过运行以上代码,我得到了以下异常:

元素不可见异常:元素不可交互

你能告诉我我想念什么吗?

0 个答案:

没有答案