51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1421|回复: 1
打印 上一主题 下一主题

selenium报错,求助!!

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2016-1-6 17:27:04 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
本帖最后由 leonlh 于 2016-1-6 17:29 编辑

近期刚开始学习selenium+python,简单的百度首页登录,遇到一问题不得其解,求大神帮忙。
#coding=utf-8
from selenium import webdriver
import time

browser = webdriver.Firefox()
browser.get("http://www.baidu.com/")
browser.find_element_by_name("tj_login").click()


信息提示:"D:\Python27\python.exe" -u "D:\Program Files (x86)\UliPad\baidu_login.py"
Traceback (most recent call last):
  File "D:\Program Files (x86)\UliPad\baidu_login.py", line 9, in <module>
    browser.find_element_by_name("tj_login").click()
  File "D:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py", line 75, in click
    self._execute(Command.CLICK_ELEMENT)
  File "D:\Python27\lib\site-packages\selenium\webdriver\remote\webelement.py", line 454, in _execute
    return self._parent.execute(command, params)
  File "D:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 201, in execute
    self.error_handler.check_response(response)
  File "D:\Python27\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 181, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotVisibleException: Message: Element is not currently visible and so may not be interacted with
Stacktrace:
    at fxdriver.preconditions.visible (file:///c:/users/admini~1/appdata/local/temp/tmpbudvzx/extensions/fxdriver@googlecode.com/components/command-processor.js:9981)
    at DelayedCommand.prototype.checkPreconditions_ (file:///c:/users/admini~1/appdata/local/temp/tmpbudvzx/extensions/fxdriver@googlecode.com/components/command-processor.js:12517)
    at DelayedCommand.prototype.executeInternal_/h (file:///c:/users/admini~1/appdata/local/temp/tmpbudvzx/extensions/fxdriver@googlecode.com/components/command-processor.js:12534)
    at DelayedCommand.prototype.executeInternal_ (file:///c:/users/admini~1/appdata/local/temp/tmpbudvzx/extensions/fxdriver@googlecode.com/components/command-processor.js:12539)
    at DelayedCommand.prototype.execute/< (file:///c:/users/admini~1/appdata/local/temp/tmpbudvzx/extensions/fxdriver@googlecode.com/components/command-processor.js:12481)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2016-1-7 09:08:53 | 只看该作者
没人啊?自顶
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-7 15:39 , Processed in 0.067430 second(s), 24 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表