51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2256|回复: 3
打印 上一主题 下一主题

python接管指定端口后,定位元素找不到报错

[复制链接]
  • TA的每日心情
    无聊
    昨天 09:47
  • 签到天数: 528 天

    连续签到: 1 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2021-9-22 11:32:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    想写一个简单的上传视频,调用指定端口,跳转链接成功后,找不到元素报错,希望能够给个解决代码方案,源码如下

    1. from selenium import webdriver  
    2. from selenium.webdriver.common.by import By
    3. from selenium.webdriver.chrome.options import Options
    4. url = "https://cp.kuaishou.com/article/publish/video"
    5. chrome_options = Options()
    6. chrome_options.add_experimental_option("debuggerAddress", "127.0.0.1:9918")
    7. driver = webdriver.Chrome(executable_path=r'./chromedriver.exe', options=chrome_options)
    8. driver.get(url)
    9. driver.find_element(By.XPATH,"//span[text()='上传视频']").click()



    10. 报错日志如下
    11. ```python
    12. Traceback (most recent call last):
    13.   File "E:/chengxu1/2.py", line 14, in <module>
    14.     driver.find_element(By.XPATH,"//span[text()='上传视频']").click()
    15.   File "E:\Program Files\pythpn\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
    16.     'value': value})['value']
    17.   File "E:\Program Files\pythpn\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
    18.     self.error_handler.check_response(response)
    19.   File "E:\Program Files\pythpn\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
    20.     raise exception_class(message, screen, stacktrace)
    21. selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//span[text()='上传视频']"}
    22.   (Session info: chrome=78.0.3904.70)
    复制代码


    附件: 您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    6 小时前
  • 签到天数: 1518 天

    连续签到: 2 天

    [LV.Master]测试大本营

    2#
    发表于 2021-9-23 10:26:36 | 只看该作者
    这是个debug地址啊
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    7 小时前
  • 签到天数: 1803 天

    连续签到: 2 天

    [LV.Master]测试大本营

    3#
    发表于 2021-9-23 14:17:06 | 只看该作者
    重新定位下元素
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    9 小时前
  • 签到天数: 2814 天

    连续签到: 2 天

    [LV.Master]测试大本营

    4#
    发表于 2021-9-23 17:09:35 | 只看该作者
    重新定位
    回复

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-19 16:42 , Processed in 0.065011 second(s), 25 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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