关于基于python语言的selenium编程问题 20
whileTrue:try:driver.find_element_by_xpath("//form[@id='searchForm']/ul/li[7]/input")...
while True: try: driver.find_element_by_xpath("//form[@id='searchForm']/ul/li[7]/input") except selenium.common.exceptions.NoSuchElementException: print("找不到!") continue print("找到了!") breakprint("点击!")driver.find_element_by_xpath("//form[@id='searchForm']/ul/li[7]/input").click()print("已点击!")小白学习,这是我的代码,图片是执行结果,定位到元素了,但是就是不执行点击操作,没有报错,实在找不到原因。求大神解释!!
这样看代码清楚一点 展开
这样看代码清楚一点 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询