为了账号安全,请及时绑定邮箱和手机立即绑定

python 中的selenium 点击后匹配报错

python 中的selenium 点击后匹配报错

红颜莎娜 2018-07-16 15:09:27
  click_link=self.driver.find_element_by_xpath('//form[@id="form"]').click()                       # time.sleep(5)      link=self.driver.find_element_by_xpath('//form/input[4]/@value')报错如下selenium.common.exceptions.InvalidSelectorException: Message: invalid selector: The result of the xpath expression "//form/input[4]/@value" is: [object Attr]. It should be an element.(Session info: headless chrome=66.0.3359.181)
查看完整描述

1 回答

?
慕桂英3389331

TA贡献2036条经验 获得超8个赞

link=self.driver.find_element_by_xpath('//form/input[4]/@value')

去掉@value,定位到元素就行,不用获取值


查看完整回答
反对 回复 2018-07-20
  • 1 回答
  • 0 关注
  • 1168 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信