码迷,mamicode.com
首页 > 编程语言 > 详细

python+selenium button定位方法

时间:2020-01-06 18:09:27      阅读:645      评论:0      收藏:0      [点我收藏+]

标签:htm   com   解决   mic   common   port   img   exe   pat   

报错内容:

selenium.common.exceptions.ElementClickInterceptedException

元素:

技术图片

 

 

解决方法2种:

1、

tijiao=driver.find_element_by_xpath("html/body/div[12]/div[2]/div[1]/div[1]/div[3]/div[1]/button[2]/span")
driver.execute_script("arguments[0].click();",tijiao)

 

2、本元素采用第2种方法

btn[0]   : 元素

from selenium import webdriver

webdriver.ActionChains(self.browser).move_to_element(btns[0]).click(btns[0]).perform()

python+selenium button定位方法

标签:htm   com   解决   mic   common   port   img   exe   pat   

原文地址:https://www.cnblogs.com/ljf520hj/p/12157396.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!